Fortran 95 Function Parser (Sourseforge Write-Up)
Fortran 95 Function Parser (Sourseforge Write-Up)
08/12/2014
Error handling
An error in the function parsing step leads to a detailed error message (Type and position of error)
and program termination. An error during function evaluation returns a function value of 0.0 and
sets the error flag EvalErrType (also imported by the USE statement) to a value > 0
(EvalErrType=0 indicates no error). An error message from the bytecode-interpreter can be
obtained by calling the character function EvalErrMsg () without any argument.
http://fparser.sourceforge.net/
1/1