Merge lp:~mvngu/igraph/game-junk into lp:~igraph/igraph/0.6-main-old

Proposed by Minh Van Nguyen
Status: Merged
Merged at revision: 2535
Proposed branch: lp:~mvngu/igraph/game-junk
Merge into: lp:~igraph/igraph/0.6-main-old
Diff against target: 12 lines (+1/-1)
1 file modified
src/fast_community.c (+1/-1)
To merge this branch: bzr merge lp:~mvngu/igraph/game-junk
Reviewer Review Type Date Requested Status
Tamás Nepusz Approve
Review via email: mp+71442@code.launchpad.net

Description of the change

Match documentation of argument "modularity" with header of igraph_community_fastgreedy().

To post a comment you must log in.
Revision history for this message
Tamás Nepusz (ntamas) :
review: Approve
lp:~mvngu/igraph/game-junk updated
2535. By Tamás Nepusz

another typo fix from Minh, thanks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/fast_community.c'
2--- src/fast_community.c 2011-03-01 20:27:49 +0000
3+++ src/fast_community.c 2011-08-13 05:50:44 +0000
4@@ -493,7 +493,7 @@
5 * in the first merge, component \c n+1 in the second merge, etc.
6 * The matrix will be resized as needed. If this argument is NULL
7 * then it is ignored completely.
8- * \param modularity Pointer to an initialized matrix or NULL pointer,
9+ * \param modularity Pointer to an initialized vector or NULL pointer,
10 * in the former case the modularity scores along the stages of the
11 * computation are recorded here. The vector will be resized as
12 * needed.

Subscribers

People subscribed via source and target branches