mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-10 05:45:14 -05:00
ready to implement update and to connect backend to main routines... Set reference states is still missing.
This commit is contained in:
@@ -34,8 +34,7 @@ void IncompressibleBackend::update(long input_pair, double value1, double value2
|
||||
//if (mass_fractions.empty()){
|
||||
// throw ValueError("mass fractions have not been set");
|
||||
//}
|
||||
_p = -1;
|
||||
_T = -1;
|
||||
clear();
|
||||
switch (input_pair)
|
||||
{
|
||||
case PT_INPUTS: {
|
||||
|
||||
Reference in New Issue
Block a user