Use a debug-mode-compatible way to create a NaN
Loading
-
@inducer When I try compiling with this new commit using GNU compilers, I get the following error:
ModGeneratedRKMethod.f90:3394.36:
character :: dagrt_nan_str*3 real :: dagrt_nan dagrt_nan_str = 'NaN' & 1
Error: Syntax error in data declaration at (1) ModGeneratedRKMethod.f90:3405.42:
dagrt_state%ret_time_y = dagrt_nan 1
Error: Symbol 'dagrt_nan' at (1) has no IMPLICIT type
It appears that there aren't new lines in the declarations.
-
Should be fixed in e9173db9.
Please register or sign in to comment