decomposePar: Corrected error message
Resolves bug-report https://bugs.openfoam.org/view.php?id=3853
This commit is contained in:
@ -288,7 +288,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
FatalErrorInFunction
|
||||
<< "Cannot combine geometry-only decomposition (-noFields)"
|
||||
<< " with field decomposition (-noFields or -copyZero)"
|
||||
<< " with field decomposition (-fields or -copyZero)"
|
||||
<< exit(FatalError);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user