mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Removed unused variables
This commit is contained in:
@@ -154,7 +154,6 @@ public:
|
||||
|
||||
/// Update the state used to calculate the tangent-plane-distance
|
||||
void update_TPD_state(){
|
||||
AbstractCubic *cubic = get_cubic().get();
|
||||
TPD_state.reset(get_copy());
|
||||
};
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ std::string REFPROPMixtureBackend::version(){
|
||||
long N = -1;
|
||||
long ierr = 0;
|
||||
char fluids[10000] = "", hmx[] = "HMX.BNC", default_reference_state[] = "DEF", herr[255] = "";
|
||||
bool REFPROP_ok = REFPROPMixtureBackend::REFPROP_supported();
|
||||
REFPROPMixtureBackend::REFPROP_supported();
|
||||
SETUPdll(&N, fluids, hmx, default_reference_state,
|
||||
&ierr, herr,
|
||||
10000, // Length of component_string (see PASS_FTN.for from REFPROP)
|
||||
|
||||
Reference in New Issue
Block a user