openfoam/applications/utilities/preProcessing/createZeroDirectory
Mark Olesen 13778f7647 ENH: use dictionary::readEntry for detection of input errors (#762, #1033)
- 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.
2018-10-05 10:15:13 +02:00
..
Make ENH: Added new ceeateZeroDirectory utility 2015-11-30 15:52:40 +00:00
boundaryInfo.C COMP: rename dictionary::read<T> to dictionary::readEntry<T> 2018-07-30 15:52:40 +02:00
boundaryInfo.H ENH: Added new ceeateZeroDirectory utility 2015-11-30 15:52:40 +00:00
boundaryTemplates.C ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
boundaryTemplates.H ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
caseInfo.C ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
caseInfo.H ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
createZeroDirectory.C ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
solverTemplate.C ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
solverTemplate.H ENH: upgrade from NamedEnum to Enum (issue #515) 2017-07-03 21:43:33 +02:00