Skip to content

Commit

Permalink
GMP 6. REPORT, us_reporter_gmp -- some dbg stats (1)...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsav815 committed Jan 21, 2024
1 parent 8253b4d commit 7c71661
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions programs/us_reporter_gmp/us_reporter_gmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4290,8 +4290,7 @@ 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
Expand Down Expand Up @@ -4354,6 +4353,8 @@ bool US_ReporterGMP::loadNoises( QMap < QString, QString > & triple_information
QMessageBox::information( this, tr( "Noise Padded Out" ), pmsg );
}

//test:
delete db;
return true;
}

Expand Down

0 comments on commit 7c71661

Please sign in to comment.