Fix a few very minor issues; unused variables and the like

This commit is contained in:
Ian Bell
2016-01-08 16:34:24 -07:00
parent 497622aa80
commit b5e22ebf4d
5 changed files with 3 additions and 7 deletions

View File

@@ -58,7 +58,6 @@ static bool dbg_refprop = false;
static const unsigned int number_of_endings = 5;
std::string endings[number_of_endings] = {"", ".FLD", ".fld", ".PPF", ".ppf"};
static char rel_path_HMX_BNC[] = "HMX.BNC";
static char default_reference_state[] = "DEF";
// Default location, can be over-ridden by configuration variable
@@ -961,7 +960,6 @@ void REFPROPMixtureBackend::calc_phase_envelope(const std::string &type)
PhaseEnvelope.lnp.push_back(log(y*1000));
isp = nc + 3;
SPLNVALdll(&isp, &iderv, &rho_molL, &y, &ierr, herr, errormessagelength);
double rhoV_molL = y;
PhaseEnvelope.rhomolar_liq.push_back(y*1000);
PhaseEnvelope.lnrhomolar_liq.push_back(log(y*1000));
PhaseEnvelope.Q.push_back(static_cast<double>(y > rho_molL));