mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: decomposePar: force creation of uniform dir. Fixes #163
This commit is contained in:
@ -1101,6 +1101,10 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
const fileName timePath = processorDb.timePath();
|
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())
|
if (copyUniform || mesh.distributed())
|
||||||
{
|
{
|
||||||
cp
|
cp
|
||||||
|
|||||||
Reference in New Issue
Block a user