Skip to content

Commit

Permalink
GMP 6. REPORT, us_reporter_gmp -- some dbg stats (2)...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsav815 committed Jan 21, 2024
1 parent 7c71661 commit bfbc1d9
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion programs/us_reporter_gmp/us_reporter_gmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,9 @@ void US_ReporterGMP::check_models ( int autoflowID )
}

//DEBUG


//test
delete db;

}

Expand Down Expand Up @@ -1709,6 +1711,9 @@ int US_ReporterGMP::list_all_autoflow_records( QList< QStringList >& autoflowdat

}

//test
delete db;

return nrecs;
}

Expand Down Expand Up @@ -1771,6 +1776,10 @@ QMap< QString, QString> US_ReporterGMP::read_autoflow_record( int autoflowID )
}
}


//test
delete db;

return protocol_details;
}

Expand Down Expand Up @@ -3453,6 +3462,10 @@ QMap< QString, QString> US_ReporterGMP::read_autoflowGMPReportEsign_record( QStr
eSign_record. clear();
}


//test
delete db;

return eSign_record;
}

Expand Down Expand Up @@ -3879,6 +3892,10 @@ void US_ReporterGMP::simulate_triple( const QString triplesname, QString stage_m
ti_noise.count = 0;
ri_noise.count = 0;


//test
delete dbP;

// Calculate basic parameters for other functions [ from us_fematch's ::update()-> data_plot() ]
double avgTemp = edata->average_temperature();
solution.density = density;
Expand Down Expand Up @@ -4816,6 +4833,10 @@ void US_ReporterGMP::simulateModel( QMap < QString, QString> & tripleInfo )

//sdata.scanData.resize( total_scans );
//int terpsize = ( points + 7 ) / 8;


//test
delete dbP;

if ( exp_steps )
simparams.speed_step = speed_steps;
Expand Down Expand Up @@ -6035,6 +6056,9 @@ void US_ReporterGMP::assemble_run_details_html( void )
html_assembled += tr("<hr>");
//
html_assembled += "</p>\n";

//test
delete dbP;
}

//get expID
Expand Down

0 comments on commit bfbc1d9

Please sign in to comment.