Add a few more spaces

This commit is contained in:
Ian Bell
2016-04-04 20:32:17 -06:00
parent b760239733
commit 51767587f8

View File

@@ -377,7 +377,9 @@ void REFPROPMixtureBackend::set_REFPROP_fluids(const std::vector<std::string> &f
}
}
// Add some spaces to deal with string parsing bug in REFPROP in SETUPdll
components_joined += " ";
if (N > 1) {
components_joined += " ";
}
if (dbg_refprop) std::cout << format("%s:%d: The fluid %s has not been loaded before, current value is %s \n",__FILE__,__LINE__,components_joined_raw.c_str(),LoadedREFPROPRef.c_str());