boundaryFoam: Remove unsupported 'parallel' option
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1868
This commit is contained in:
parent
f0e866e874
commit
1837636964
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ Description
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::noParallel();
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
#include "createTime.H"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue