Skip to content

Commit

Permalink
Merge pull request #127 from hasnainv/master
Browse files Browse the repository at this point in the history
corrected typo in sparse_block_matrix.h
  • Loading branch information
Rainer Kümmerle committed Sep 25, 2016
2 parents 2f821c7 + 1e4d375 commit 358fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2o/core/sparse_block_matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SparseBlockMatrix {
* constructs a sparse block matrix having a specific layout
* @param rbi: array of int containing the row layout of the blocks.
* the component i of the array should contain the index of the first row of the block i+1.
* @param rbi: array of int containing the column layout of the blocks.
* @param cbi: array of int containing the column layout of the blocks.
* the component i of the array should contain the index of the first col of the block i+1.
* @param rb: number of row blocks
* @param cb: number of col blocks
Expand Down

0 comments on commit 358fa10

Please sign in to comment.