Merge branch 'master' of github.com-OpenFOAM:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2022-06-14 14:10:39 +01:00
4 changed files with 18 additions and 8 deletions

View File

@ -384,7 +384,7 @@ int main(int argc, char *argv[])
);
// Connect the mesh so that the new stitching topology gets written out
stitcher.connect(false, false);
stitcher.connect(false, false, false);
mesh.setInstance(runTime.timeName());