mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-05 03:15:16 -05:00
Much more progress on PY flash routines. Only a few edge cases that fail, otherwise all is good
Moved from bounded secant to Brent for stability Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -427,7 +427,6 @@ double PropsSI(const std::string &Output, const std::string &Name1, double Prop1
|
||||
#else
|
||||
std::cout << "macro is on; error checking disabled in PropsSI" << std::endl;
|
||||
#endif
|
||||
|
||||
// Here is the real code
|
||||
extract_backend(Ref, backend, fluid);
|
||||
return _PropsSI(Output, Name1, Prop1, Name2, Prop2, backend, fluid, std::vector<double>());
|
||||
|
||||
Reference in New Issue
Block a user