openfoam/applications/utilities/mesh/conversion/plot3dToFoam
Mark Olesen 66104f2569 ENH: improve input stringency for argList options
Previously:

  - bad command-line input such as -label 1234xyz would parse as a
    label (with value 1234) and the trailing junk would be silently
    ignored. This may or may not be appropriate. If the trailing junk
    looked like this '100E' or '1000E-' (ie, forgot to type the
    exponent), the incorrectly parsed values can be quite bad:

        label  = 32684
        scalar = 6.93556e-310

Now:

  - use the updated readLabel/readScalar routines that trigger a
    FatalIOError on bad input:

        --> FOAM FATAL IO ERROR:
        Trailing content found parsing '1234xyz'

        --> FOAM FATAL IO ERROR:
        Trailing content found parsing '100E'

   This traps erroneous command-line input immediately.
2017-09-21 16:53:46 +02:00
..
Make
hexBlock.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
hexBlock.H applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
plot3dToFoam.C ENH: improve input stringency for argList options 2017-09-21 16:53:46 +02:00