CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

More info when receiving unexpected variable type in ParameterList #198

Closed mattkab2 closed 4 years ago

mattkab2 commented 5 years ago

This patch raises a fatal error when receiving a bad character string to a single float, double, or integer value in the parameter list. This error contains the name of the property that is being read, to help a user debug the cause.

The error is fatal because if the program is not terminated it will exit on a Fortran runtime error when executing PL%add().

aarograh commented 4 years ago

This request has been open for a few months now... what's the status? Is it something we want?

aarograh commented 4 years ago

This is stale and conflicted. Going to close it. If we decide this is useful someone can grab the branch and update it.