mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
One more CoolProp namespace on OSX in CoolPropTools.h
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user