One more CoolProp namespace on OSX in CoolPropTools.h

This commit is contained in:
Ian Bell
2015-02-24 21:59:32 -07:00
parent c7ef99e7bf
commit de2d5828d3

View File

@@ -544,7 +544,7 @@ template<class T> void normalize_vector(std::vector<T> &x)
}
}
if (home==NULL) {
throw NotImplementedError("Could not detect home directory.");
throw CoolProp::NotImplementedError("Could not detect home directory.");
}
return std::string(home);
#elif defined(__ISWINDOWS__)