Skip to content
Commit 316909ba authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use a debug-mode-compatible way to create a NaN

parent 17316803
Loading
Loading
Loading
Pipeline #190 passed with stage
Loading
  • Developer

    @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.

  • Author Owner

    Should be fixed in e9173db9.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment