diff --git a/man/run_graph_match.Rd b/man/run_graph_match.Rd index 8b0ba4e..c7b784e 100644 --- a/man/run_graph_match.Rd +++ b/man/run_graph_match.Rd @@ -83,7 +83,7 @@ print ("Dimensions of A") print (dim(A)) print ("Dimensions of B") print (dim(B)) -if ( dim(A)[0]>0 && dim(B)[0]>0) { +if ( dim(A)[1]>0 && dim(B)[1]>0) { result <- run_graph_match(A, B, algorithm_params) print ("Original permutation")