Skip to content

Commit

Permalink
test HPC GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoshui1126 committed Oct 21, 2013
1 parent 0c55459 commit c6eaca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 : "<<countDEP<<" model_count : "<<itx.getDicts()->dim()<<std::endl;
//std::cout<<"_i : "<<itx.getI()<<std::endl;
Expand Down

0 comments on commit c6eaca3

Please sign in to comment.