View Issue Details

IDProjectCategoryView StatusLast Update
0003853OpenFOAMPatchpublic2022-06-25 15:29
Reportercgoessni Assigned Tohenry  
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Platformamd64OSDebianOS Versionstable
Product Versiondev 
Fixed in Versiondev 
Summary0003853: small error in error message in decomposePar
Descriptiondiff --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);
         }
     }
TagsNo tags attached.

Activities

henry

2022-06-25 15:29

manager   ~0012653

Resolved by commit cf3a732789ebbbc734f39fae16b591bf0e6a7a7b

Issue History

Date Modified Username Field Change
2022-06-25 13:41 cgoessni New Issue
2022-06-25 15:29 henry Assigned To => henry
2022-06-25 15:29 henry Status new => resolved
2022-06-25 15:29 henry Resolution open => fixed
2022-06-25 15:29 henry Fixed in Version => dev
2022-06-25 15:29 henry Note Added: 0012653