Open Arthoni opened 4 days ago
cf https://github.com/OpenFLUID/openfluid/issues/1048
Functions such as void RunContextManager::setInputDir(const std::string& InputDir) always reset I/O path vars by calling closeProject(), which can be not relevant and may lead to unexpected behaviors
void RunContextManager::setInputDir(const std::string& InputDir)
closeProject()
cf https://github.com/OpenFLUID/openfluid/issues/1048
Functions such as
void RunContextManager::setInputDir(const std::string& InputDir)
always reset I/O path vars by callingcloseProject()
, which can be not relevant and may lead to unexpected behaviors