mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Don't fail if tables need to be built
This commit is contained in:
@@ -614,6 +614,7 @@ void CoolProp::TabularDataSet::build_tables(shared_ptr<CoolProp::AbstractState>
|
||||
}
|
||||
single_phase_logph.build(AS);
|
||||
single_phase_logpT.build(AS);
|
||||
tables_loaded = true;
|
||||
}
|
||||
|
||||
/// Return the set of tabular datasets
|
||||
|
||||
Reference in New Issue
Block a user