@@ -1251,7 +1251,7 @@ <h3 class="title">Warning</h3>
12511251< a class ="indexterm " name ="id-1.13.3.12.2 "> </ a > < p >
12521252</ p >
12531253< div class ="informalexample "> < pre class ="programlisting ">
1254- igraph_error_t igraph_correlated_game(const igraph_t *old_graph, igraph_t *new_graph ,
1254+ igraph_error_t igraph_correlated_game(igraph_t *new_graph, const igraph_t *old_graph ,
12551255 igraph_real_t corr, igraph_real_t p,
12561256 const igraph_vector_int_t *permutation);
12571257</ pre > </ div >
@@ -1274,15 +1274,15 @@ <h3 class="title">Warning</h3>
12741274</ colgroup >
12751275< tbody >
12761276< tr >
1277- < td > < p > < span class ="term "> < em class ="parameter "> < code > old_graph </ code > </ em > :</ span > </ p > </ td >
1277+ < td > < p > < span class ="term "> < em class ="parameter "> < code > new_graph </ code > </ em > :</ span > </ p > </ td >
12781278< td > < p >
1279- The original graph, it must be simple .
1279+ The new graph to initialize based on an existing graph .
12801280</ p > </ td >
12811281</ tr >
12821282< tr >
1283- < td > < p > < span class ="term "> < em class ="parameter "> < code > new_graph </ code > </ em > :</ span > </ p > </ td >
1283+ < td > < p > < span class ="term "> < em class ="parameter "> < code > old_graph </ code > </ em > :</ span > </ p > </ td >
12841284< td > < p >
1285- The new graph will be stored here .
1285+ The original graph, which must be a simple graph .
12861286</ p > </ td >
12871287</ tr >
12881288< tr >
@@ -1304,8 +1304,10 @@ <h3 class="title">Warning</h3>
13041304< td > < p > < span class ="term "> < em class ="parameter "> < code > permutation</ code > </ em > :</ span > </ p > </ td >
13051305< td > < p >
13061306 A permutation to apply to the vertices of the
1307- generated graph. It can also be a null pointer, in which case
1308- the vertices will not be permuted.
1307+ generated graph. The i-th element of the permutation vector
1308+ encodes the index of the vertex in the < span class ="emphasis "> < em > original</ em > </ span > graph that will
1309+ become the i-th vertex in the generated graph. It can also be a null
1310+ pointer, in which case the vertices will not be permuted.
13091311</ p > </ td >
13101312</ tr >
13111313</ tbody >
@@ -1417,8 +1419,10 @@ <h3 class="title">Warning</h3>
14171419< td > < p > < span class ="term "> < em class ="parameter "> < code > permutation</ code > </ em > :</ span > </ p > </ td >
14181420< td > < p >
14191421 A permutation to apply to the vertices of the
1420- second graph. It can also be a null pointer, in which case
1421- the vertices will not be permuted.
1422+ second graph. The i-th element of the permutation vector
1423+ encodes the index of the vertex in the < span class ="emphasis "> < em > first</ em > </ span > graph that will
1424+ become the i-th vertex in the second graph. It can also be a null
1425+ pointer, in which case the vertices will not be permuted.
14221426</ p > </ td >
14231427</ tr >
14241428</ tbody >
0 commit comments