Files
openfoam/applications/test
Mark Olesen adbbd0e678 ENH: add argList option ignoring for compatibility upgrades
- can be used to handle when options become redundant, but it is
  undesirable to treat its presence as an error. Can now tag it as
  being ignored.

     argList::ignoreOptionCompat({"oldOption", 1706}, true);
     argList::ignoreOptionCompat({"oldBoolOpttion", 1706}, false);

     command  -oldOption xyz -oldBoolOpttion
2018-01-08 16:25:27 +01:00
..
2017-01-19 20:17:47 +00:00
2016-04-16 18:34:41 +01:00
2017-05-17 10:18:14 +02:00
2017-09-22 16:25:17 +02:00
2013-09-27 22:47:59 +01:00