Merge pull request #866 from JonWel/patch-2

Supress the outputs when genrating tables, closes #865
This commit is contained in:
Ian Bell
2015-11-11 23:25:40 +01:00

View File

@@ -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)