Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2011-08-09 10:48:25 +01:00
91 changed files with 38245 additions and 9880 deletions

View File

@ -9,7 +9,7 @@ wmake snappyHexMesh
if [ -d "$CGAL_ARCH_PATH" ]
then
wmake cvMesh
cd cvMesh && ./Allwmake
fi
# ----------------------------------------------------------------- end-of-file

View File

@ -105,19 +105,19 @@ int main(int argc, char *argv[])
"file",
"specify an alternative dictionary for the topoSet dictionary"
);
# include "addRegionOption.H"
#include "addRegionOption.H"
argList::addBoolOption
(
"noSync",
"do not synchronise selection across coupled patches"
);
# include "setRootCase.H"
# include "createTime.H"
#include "setRootCase.H"
#include "createTime.H"
instantList timeDirs = timeSelector::selectIfPresent(runTime, args);
# include "createNamedPolyMesh.H"
#include "createNamedPolyMesh.H"
const bool noSync = args.optionFound("noSync");