STYLE: consistency in using argList::addArgument, argList::addOption

This commit is contained in:
Mark Olesen
2017-11-22 12:54:28 +01:00
parent d8f31f6ded
commit f2ba618c19
105 changed files with 171 additions and 168 deletions

View File

@ -65,7 +65,7 @@ int main(int argc, char *argv[])
"more information about decomposition"
);
argList::validArgs.append("kaffpa-output-file");
argList::addArgument("kaffpa-output-file");
// Include explicit constant options, have zero from time range
timeSelector::addOptions(true, false);