Skip to content

Commit

Permalink
GMP 6. REPORT, us_reporter_gmp -- some dbg stats...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsav815 committed Jan 21, 2024
1 parent 52d26a8 commit 8253b4d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion programs/us_reporter_gmp/us_reporter_gmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4081,6 +4081,9 @@ bool US_ReporterGMP::loadData( QMap < QString, QString > & triple_information )

qDebug() << "END of loadData(), eID_global: " << eID_global;

//test:
delete db;

return true;
}

Expand Down Expand Up @@ -4217,6 +4220,9 @@ bool US_ReporterGMP::loadModel( QMap < QString, QString > & triple_information )
progress_msg->setValue( 4 );
qApp->processEvents();

//test:
delete db;

loadNoises( triple_information );

return true;
Expand Down Expand Up @@ -4284,7 +4290,9 @@ bool US_ReporterGMP::loadNoises( QMap < QString, QString > & triple_information
}
}


//test:
delete db;

//ALEXEY: treat the case when model (like -MC does not possess its own noises -- use latest available noises for prior model like -IT )
//int US_LoadableNoise::count_noise() in ../../gui/us_loadable_noise.cpp
//void US_FeMatch::load_noise( ) in us_fematch.cpp
Expand Down

0 comments on commit 8253b4d

Please sign in to comment.