mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Add a few more spaces
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user