STYLE: minor changes

- do not need STRINGIFY macros in ragel code
- remove wordPairHashTable.H and use equivalent wordPairHashes.H instead

STYLE: replace addDictOption with explicit option

 - the usage text is otherwise misleading

GIT: combine Pair/Tuple2 directories
This commit is contained in:
Mark Olesen
2022-02-01 19:39:25 +01:00
parent 62ec2f2ddf
commit 2919c9b675
19 changed files with 56 additions and 55 deletions

View File

@ -145,7 +145,12 @@ int main(int argc, char *argv[])
"implicit function."
);
#include "addDictOption.H"
argList::addOption
(
"dict",
"file",
"Alternative setAlphaFieldDict dictionary"
);
#include "addRegionOption.H"
#include "setRootCase.H"
#include "createTime.H"