Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 authored and maelle committed Aug 22, 2024
1 parent c44e7d5 commit 1df1136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rinterface_extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -8349,7 +8349,7 @@ SEXP R_igraph_power_law_fit_new(SEXP data, SEXP xmin, SEXP force_continuous, SEX
IGRAPH_R_CHECK_BOOL(compute_pvalue);
c_compute_pvalue = LOGICAL(compute_pvalue)[0];

# Can't use the generated `R_igraph_power_law_fit()` because we need `c_res` to compute the p-value
// Can't use the generated `R_igraph_power_law_fit()` because we need `c_res` to compute the p-value
IGRAPH_R_CHECK(igraph_power_law_fit(&c_data, &c_res, c_xmin, c_force_continuous));

if (c_compute_pvalue) {
Expand Down

0 comments on commit 1df1136

Please sign in to comment.