fixed off-by-one error in argList text wrap

This commit is contained in:
Mark Olesen
2009-12-04 14:34:04 +01:00
parent 37c4f2f375
commit b634c17e55
2 changed files with 13 additions and 7 deletions

View File

@ -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