From 0491f70e7b51ae4cc60f95e676ee1913583c721d Mon Sep 17 00:00:00 2001 From: Sancar Adali Date: Tue, 22 Aug 2017 12:24:21 -0400 Subject: [PATCH] replace pow method that causes Solaris problems --- src/graphm/algorithm_path.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graphm/algorithm_path.cpp b/src/graphm/algorithm_path.cpp index 65023de..c192e8a 100644 --- a/src/graphm/algorithm_path.cpp +++ b/src/graphm/algorithm_path.cpp @@ -66,8 +66,8 @@ match_result algorithm_path::match(graph& g, graph& h,gsl_matrix* gm_P_i, gsl_ma gsl_vector_free(gv_ones); //Delta matrix gsl_matrix* gm_Delta=gsl_matrix_alloc(N, N); - for (int i=0; i