Skip to content

Commit 706cb35

Browse files
Antonov548krlmlr
authored andcommitted
Update src/rinterface_extra.c
Co-authored-by: Kirill Müller <[email protected]>
1 parent e7adf02 commit 706cb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rinterface_extra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8331,7 +8331,7 @@ SEXP R_igraph_incident_edges(SEXP pgraph, SEXP pe, SEXP pmode) {
83318331
return result;
83328332
}
83338333

8334-
SEXP R_igraph_power_law_fit_new(SEXP data, SEXP xmin, SEXP force_continuous, SEXP pvalue)
8334+
SEXP R_igraph_power_law_fit_new(SEXP data, SEXP xmin, SEXP force_continuous, SEXP compute_pvalue)
83358335
{
83368336
igraph_vector_t c_data;
83378337
igraph_plfit_result_t c_res;

0 commit comments

Comments
 (0)