BUG: decomposePar: force creation of uniform dir. Fixes #163

This commit is contained in:
mattijs
2016-06-27 11:18:06 +01:00
parent cbc169adba
commit ca9923932a

View File

@ -1101,6 +1101,10 @@ int main(int argc, char *argv[])
{
const fileName timePath = processorDb.timePath();
// If no fields have been decomposed the destination
// directory will not have been created so make sure.
mkDir(timePath);
if (copyUniform || mesh.distributed())
{
cp