Skip to content

Commit cf5491b

Browse files
author
Daniel Ruprecht
committed
changed paramters in run.py back to default
1 parent 0c12b38 commit cf5491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# 0 = normal backward Euler method
5959
# 1 = artificially constructed method with phase error from backward Euler and exact amplification factor
6060
# 2 = artificially constructed method with exact phase and amplification factor from backward Euler
61-
artificial_coarse = 2
61+
artificial_coarse = 0
6262

6363
artificial_fine = 0
6464

0 commit comments

Comments
 (0)