mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fixed off-by-one error in argList text wrap
This commit is contained in:
@ -89,13 +89,13 @@ int main(int argc, char *argv[])
|
||||
"index",
|
||||
"start",
|
||||
"ignore the time index contained in the uniform/time file "
|
||||
"and use a simple indexing when creating the files"
|
||||
"and use simple indexing when creating the files"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"noMesh",
|
||||
"Suppress writing the geometry. "
|
||||
"Can be useful for converting partial results for a static geometry."
|
||||
"Can be useful for converting partial results for a static geometry"
|
||||
);
|
||||
|
||||
// the volume field types that we handle
|
||||
|
||||
Reference in New Issue
Block a user