Skip to content
Snippets Groups Projects
Commit 2c8206da authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

minor change

parent 219ea0f9
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ CONTAINS
SELECT CASE (numerical_scheme)
CASE ('RK4')
CALL RK4
CALL RK4
CASE ('DOPRI5')
CALL DOPRI5
CASE DEFAULT
......@@ -73,8 +73,6 @@ CONTAINS
END SUBROUTINE set_numerical_scheme
SUBROUTINE RK4
! Butcher coeff for RK4 (default)
......
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