Skip to content
Snippets Groups Projects
Commit bcfca61a authored by David Seus's avatar David Seus
Browse files

corret misspelled starttimes

parent f66ca950
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ plot_timestep_every = 2 ...@@ -42,7 +42,7 @@ plot_timestep_every = 2
# decide how many timesteps you want analysed. Analysed means, that we write out # decide how many timesteps you want analysed. Analysed means, that we write out
# subsequent errors of the L-iteration within the timestep. # subsequent errors of the L-iteration within the timestep.
number_of_timesteps_to_analyse = 4 number_of_timesteps_to_analyse = 4
starttime = [0.0, 0.5] starttimes = [0.0, 0.5]
Lw = 0.025 #/timestep_size Lw = 0.025 #/timestep_size
Lnw=Lw Lnw=Lw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment