openfoam/applications/utilities/postProcessing/dataConversion
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
..
foamDataToFluent ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToEnsight ENH: add globalPath() to argList and TimePaths 2018-09-28 15:24:59 +02:00
foamToEnsightParts ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00
foamToGMV STYLE: remove unused variable 2018-07-31 15:38:27 +02:00
foamToTetDualMesh ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToVTK ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
smapToFoam ENH: Utilities - add -region option when creating meshes 2018-01-16 12:10:20 +00:00