mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fixed the white-space issues in the header files
This commit is contained in:
@@ -110,7 +110,7 @@ protected:
|
||||
_d2alphar_dDelta_dTau_lim, _d3alphar_dDelta2_dTau_lim;
|
||||
|
||||
/// Two-Phase variables
|
||||
CachedElement _rhoLmolar, _rhoVmolar;
|
||||
CachedElement _rhoLmolar, _rhoVmolar;
|
||||
|
||||
// ----------------------------------------
|
||||
// Property accessors to be optionally implemented by the backend
|
||||
|
||||
@@ -173,9 +173,9 @@ bool AbstractState::clear() {
|
||||
this->_d2alphar_dDelta_dTau_lim.clear();
|
||||
this->_d3alphar_dDelta2_dTau_lim.clear();
|
||||
|
||||
/// Two-Phase variables
|
||||
this->_rhoLmolar.clear();
|
||||
this->_rhoVmolar.clear();
|
||||
/// Two-Phase variables
|
||||
this->_rhoLmolar.clear();
|
||||
this->_rhoVmolar.clear();
|
||||
|
||||
/// Transport properties
|
||||
this->_viscosity.clear();
|
||||
|
||||
@@ -317,8 +317,8 @@ public:
|
||||
*/
|
||||
void calc_conductivity_contributions(CoolPropDbl &dilute, CoolPropDbl &initial_density, CoolPropDbl &residual, CoolPropDbl &critical);
|
||||
|
||||
CoolPropDbl calc_saturated_liquid_keyed_output(parameters key);
|
||||
CoolPropDbl calc_saturated_vapor_keyed_output(parameters key);
|
||||
CoolPropDbl calc_saturated_liquid_keyed_output(parameters key);
|
||||
CoolPropDbl calc_saturated_vapor_keyed_output(parameters key);
|
||||
|
||||
CoolPropDbl calc_Tmin(void);
|
||||
CoolPropDbl calc_Tmax(void);
|
||||
|
||||
Reference in New Issue
Block a user