Removed unused variables

This commit is contained in:
Ian Bell
2016-03-24 09:28:34 -06:00
parent 6582e71880
commit b333996d1e
2 changed files with 1 additions and 2 deletions

View File

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

View File

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