- instead of dict.lookup(name) >> val; can use dict.readEntry(name, val); for checking of input token sizes. This helps catch certain types of input errors: { key1 ; // <- Missing value key2 1234 // <- Missing ';' terminator key3 val; } STYLE: readIfPresent() instead of 'if found ...' in a few more places. |
||
---|---|---|
.. | ||
Make | ||
boundaryInfo.C | ||
boundaryInfo.H | ||
boundaryTemplates.C | ||
boundaryTemplates.H | ||
caseInfo.C | ||
caseInfo.H | ||
createZeroDirectory.C | ||
solverTemplate.C | ||
solverTemplate.H |