STYLE: add usage notes to more utilities and solvers

This commit is contained in:
Mark Olesen
2018-12-11 15:25:27 +01:00
parent ee5199cc65
commit 68ec561df8
224 changed files with 1336 additions and 238 deletions

View File

@ -69,11 +69,11 @@ int main(int argc, char *argv[])
{
argList::addNote
(
"Collect profiling information from processor directories and\n"
"summarize the time spent and number of calls as (max avg min) values."
"Collect profiling information from processor directories and"
" summarize time spent and number of calls as (max avg min) values."
);
timeSelector::addOptions(true, true);
timeSelector::addOptions(true, true); // constant(true), zero(true)
argList::noParallel();
argList::noFunctionObjects(); // Never use function objects