File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1437,7 +1437,7 @@ hsbm_list_game_impl <- function(
14371437correlated_game_impl <- function (
14381438 old_graph ,
14391439 corr ,
1440- p = edge_density(old_graph ),
1440+ p = edge_density(old.graph ),
14411441 permutation = NULL
14421442) {
14431443 # Argument checks
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ igraph_hsbm_list_game:
435435igraph_correlated_game :
436436 PARAMS : |-
437437 OUT GRAPH new_graph, GRAPH old_graph,
438- REAL corr, REAL p=edge_density(old_graph ), OPTIONAL INDEX_VECTOR permutation
438+ REAL corr, REAL p=edge_density(old.graph ), OPTIONAL INDEX_VECTOR permutation
439439
440440igraph_correlated_pair_game :
441441 PARAMS : |-
Original file line number Diff line number Diff line change 2323
2424IGRAPH_BEGIN_C_DECLS
2525
26- #define IGRAPH_VERSION "1.0.0-33-g6e6f6876c "
26+ #define IGRAPH_VERSION "1.0.0-34-ge4fd29899 "
2727#define IGRAPH_VERSION_MAJOR 1
2828#define IGRAPH_VERSION_MINOR 0
2929#define IGRAPH_VERSION_PATCH 0
30- #define IGRAPH_VERSION_PRERELEASE "33-g6e6f6876c "
30+ #define IGRAPH_VERSION_PRERELEASE "34-ge4fd29899 "
3131
3232IGRAPH_EXPORT void igraph_version (const char * * version_string ,
3333 int * major ,
You can’t perform that action at this time.
0 commit comments