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