ready to implement update and to connect backend to main routines... Set reference states is still missing.

This commit is contained in:
jowr
2014-07-12 12:47:59 +02:00
parent 9452926bd3
commit d867fb96ff

View File

@@ -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: {