diff --git a/src/parser/parser.cpp b/src/parser/parser.cpp index 36dd6a536..9a3524853 100644 --- a/src/parser/parser.cpp +++ b/src/parser/parser.cpp @@ -121,6 +121,7 @@ Model * Parser::truncate() { void Parser::copy_featurespace(Model * new_model,int gid) { for (FeatureSpaceIterator itx = model->space.begin(gid); !itx.end(); ++itx) { + //test HPC Git const char * key = itx.key(); //std::cout<<"countDEP : "<dim()<