timeSelector: Rename option zeroTime -> withZero for consistency with the noZero option

This commit is contained in:
Henry
2015-04-25 15:12:08 +01:00
parent cb82ae7d96
commit c7e807cf74
5 changed files with 21 additions and 21 deletions

View File

@ -79,7 +79,7 @@ using namespace Foam;
int main(int argc, char *argv[])
{
// enable -constant
// probably don't need -zeroTime though, since the fields are vetted
// probably don't need -withZero though, since the fields are vetted
// afterwards anyhow
timeSelector::addOptions(true, false);
argList::noParallel();