mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Added backup saturation_T routine
It actually has exactly the same form as saturation_p. Interesting. Possibility for optimization? Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@ bool AbstractState::clear() {
|
||||
this->_gibbsmolar.clear();
|
||||
this->_logp.clear();
|
||||
this->_logrhomolar.clear();
|
||||
|
||||
|
||||
///// Smoothing values
|
||||
//this->rhospline = -_HUGE;
|
||||
//this->dsplinedp = -_HUGE;
|
||||
|
||||
Reference in New Issue
Block a user