BUG: collated: cooperate with non-parallel

This commit is contained in:
mattijs
2023-10-24 17:32:49 +01:00
parent 6437211eee
commit ce16d617ee

View File

@ -448,6 +448,7 @@ bool Foam::fileOperations::collatedFileOperation::writeObject
<< " appending to " << pathName << endl;
}
mkDir(path);
return appendObject(io, pathName, streamOpt);
}
else