File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,6 @@ graph.lattice <- function(
442442 periodic <- rep(periodic , length(dimvector ))
443443 }
444444
445- on.exit(.Call(R_igraph_finalizer ))
446445 res <- square_lattice_impl(
447446 dimvector = dimvector ,
448447 nei = nei ,
@@ -2002,7 +2001,6 @@ make_lattice <- function(
20022001 periodic <- rep(periodic , length(dimvector ))
20032002 }
20042003
2005- on.exit(.Call(R_igraph_finalizer ))
20062004 res <- square_lattice_impl(
20072005 dimvector = dimvector ,
20082006 nei = nei ,
Original file line number Diff line number Diff line change @@ -3385,7 +3385,6 @@ laplacian_matrix <- function(
33853385 }
33863386 sparse <- as.logical(sparse )
33873387
3388- on.exit(.Call(R_igraph_finalizer ))
33893388 # Function call
33903389 if (sparse ) {
33913390 res <- get_laplacian_sparse_impl(
You can’t perform that action at this time.
0 commit comments