View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003853 | OpenFOAM | Patch | public | 2022-06-25 13:41 | 2022-06-25 15:29 |
Reporter | cgoessni | Assigned To | henry | ||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | amd64 | OS | Debian | OS Version | stable |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003853: small error in error message in decomposePar | ||||
Description | diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C index cc6370f76..10d9b66b1 100644 --- a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C +++ b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C @@ -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); } } | ||||
Tags | No tags attached. | ||||