Skip to content

Commit

Permalink
Corrected a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
smailliwcs committed Jan 31, 2013
1 parent 32947e6 commit eae6da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latmio_und.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
* Returns a latticized graph with equivalent degree sequence to the original
* weighted undirected graph. On average, each edge is rewired ITER time.
* weighted undirected graph. On average, each edge is rewired ITER times.
* Strength distributions are not preserved for weighted graphs.
*/
MATRIX_T* BCT_NAMESPACE::latmio_und(const MATRIX_T* R, int ITER) {
Expand Down
2 changes: 1 addition & 1 deletion randmio_und.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* Returns a randomized graph with equivalent degree sequence to the original
* weighted undirected graph. On average, each edge is rewired ITER time.
* weighted undirected graph. On average, each edge is rewired ITER times.
* Strength distributions are not preserved for weighted graphs.
*/
MATRIX_T* BCT_NAMESPACE::randmio_und(const MATRIX_T* R, int ITER) {
Expand Down

0 comments on commit eae6da0

Please sign in to comment.