From 0cc15bc501d2f2e27fac6636bded85a757e410ac Mon Sep 17 00:00:00 2001 From: Sancar Adali Date: Mon, 21 Aug 2017 19:18:55 -0400 Subject: [PATCH] will fix OSX (possibly) and solaris (a.s) errors --- man/run_graph_match.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/run_graph_match.Rd b/man/run_graph_match.Rd index f3109cb..13909fd 100644 --- a/man/run_graph_match.Rd +++ b/man/run_graph_match.Rd @@ -79,6 +79,10 @@ verbose_file="verbose_debug.txt", graph_dot_print = 1 ) print( algorithm_params) +print ("Dimensions of A") +print (dim(A)) +print ("Dimensions of B") +print (dim(B)) result <- run_graph_match(A, B, algorithm_params) print ("Original permutation") @@ -93,7 +97,7 @@ print( algorithm_params) #Example for matching weighted graphs. Disabled to reduce elapsed time for R check if (FALSE){ - + algorithm_params["algo"]<- "IDEN UMEY RANK QCV RAND PATH CA"