From: michael Date: Tue, 15 Dec 2020 18:43:12 +0000 (+0100) Subject: Added a function to set the directory where numerical results will be saved X-Git-Tag: V9_7_0~90 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e5def6937072a398895765cbda2c63ca408da0dc;p=tools%2Fsolverlab.git Added a function to set the directory where numerical results will be saved --- diff --git a/CoreFlows/Models/inc/ProblemCoreFlows.hxx b/CoreFlows/Models/inc/ProblemCoreFlows.hxx index 9d84ad1..af16869 100755 --- a/CoreFlows/Models/inc/ProblemCoreFlows.hxx +++ b/CoreFlows/Models/inc/ProblemCoreFlows.hxx @@ -473,6 +473,16 @@ public : _saveFormat=saveFileFormat; } + /** \fn setResultDirectory + * \brief sets the directory where the results will be saved + * \details + * \param [in] resultsPath + * \param [out] void + * */ + void setResultDirectory(string resultsPath){ + _path=resultsPath; + } + //Couplages Thermohydraulique-thermique-neutronique *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* /** \fn setHeatPowerField