Skip to content

Commit dc277f6

Browse files
Antonov548maelle
authored andcommitted
Fix comment
1 parent 79167fa commit dc277f6

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
@@ -8349,7 +8349,7 @@ SEXP R_igraph_power_law_fit_new(SEXP data, SEXP xmin, SEXP force_continuous, SEX
83498349
IGRAPH_R_CHECK_BOOL(compute_pvalue);
83508350
c_compute_pvalue = LOGICAL(compute_pvalue)[0];
83518351

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

83558355
if (c_compute_pvalue) {

0 commit comments

Comments
 (0)