mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Merge pull request #866 from JonWel/patch-2
Supress the outputs when genrating tables, closes #865
This commit is contained in:
@@ -190,7 +190,7 @@ void CoolProp::PureFluidSaturationTableData::build(shared_ptr<CoolProp::Abstract
|
||||
void CoolProp::SinglePhaseGriddedTableData::build(shared_ptr<CoolProp::AbstractState> &AS)
|
||||
{
|
||||
CoolPropDbl x, y;
|
||||
const bool debug = get_debug_level() > 5 || true;
|
||||
const bool debug = get_debug_level() > 5 || false;
|
||||
|
||||
resize(Nx, Ny);
|
||||
|
||||
@@ -1021,4 +1021,4 @@ TEST_CASE_METHOD(TabularFixture, "Tests for tabular backends with water", "[Tabu
|
||||
}
|
||||
#endif // ENABLE_CATCH
|
||||
|
||||
#endif // !defined(NO_TABULAR_BACKENDS)
|
||||
#endif // !defined(NO_TABULAR_BACKENDS)
|
||||
|
||||
Reference in New Issue
Block a user