ENH: createZeroFolder - updated to use central file path

This commit is contained in:
andy
2014-01-23 13:15:32 +00:00
parent e20845b31a
commit cb3a7eaecc
3 changed files with 14 additions and 7 deletions

View File

@ -135,7 +135,12 @@ private:
public:
//- Constructor
solverTemplate(const Time& runTime, const word& regionName);
solverTemplate
(
const fileName& baseDir,
const Time& runTime,
const word& regionName
);
// Public member functions