Fixed the white-space issues in the header files

This commit is contained in:
Jorrit Wronski
2016-02-22 17:17:05 +01:00
parent 3bc286b8f9
commit 19b218d366
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -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();

View File

@@ -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);