Skip to content
Snippets Groups Projects
Commit 12d7b715 authored by mattijs's avatar mattijs
Browse files

ENH: refineWallLayer: enable parallel operation. Fixes #454.

parent 57701da9
1 merge request!121Merge develop into master for v1706 release
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2016 OpenCFD Ltd. \\/ M anipulation | Copyright (C) 2016-2017 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -62,7 +62,6 @@ using namespace Foam; ...@@ -62,7 +62,6 @@ using namespace Foam;
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
#include "addOverwriteOption.H" #include "addOverwriteOption.H"
argList::noParallel();
argList::validArgs.append("patches"); argList::validArgs.append("patches");
argList::validArgs.append("edgeFraction"); argList::validArgs.append("edgeFraction");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment