ENH: more consistent use of good() or direct testing instead valid()

This commit is contained in:
Mark Olesen
2023-07-19 13:47:19 +02:00
parent 76efcba4c7
commit 945e3e41b1
72 changed files with 139 additions and 148 deletions

View File

@ -126,7 +126,7 @@ Foam::histogramModel::histogramModel
:
writeFile(mesh, name, "histogram", dict),
mesh_(mesh),
fieldName_(word::null)
fieldName_()
{}