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

typo

parent 3e9a416b
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ CONTAINS
END DO
CASE DEFAULT
DO ikz=ikzs,ikze
f(ikr,ikz,updatetlevel) = f(ikr,ikz,1);
DO ikr=ikrs,ikre
f(ikr,ikz,updatetlevel) = f(ikr,ikz,1);
DO istage=1,updatetlevel-1
f(ikr,ikz,updatetlevel) = f(ikr,ikz,updatetlevel) + &
dt*A_E(updatetlevel,istage)*f_rhs(ikr,ikz,istage)
......
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