openfoam/applications/test/argList
Mark Olesen f38ad72ad0 ENH: add argList::optionCount method
- convenience for checking is any/all particular options have been
  specified. Eg,

  if (args.optionCount({"opt1", "opt2", "opt3"}) < 3) ...
2017-12-19 08:20:45 +01:00
..
Make ENH: improve input stringency for argList options 2017-09-21 16:53:46 +02:00
Test-argList.C ENH: add argList::optionCount method 2017-12-19 08:20:45 +01:00