Skip to content
Snippets Groups Projects
Commit ff144501 authored by Laura Lindner's avatar Laura Lindner
Browse files

TlEVEL 3

parent 36f2314d
No related branches found
No related tags found
1 merge request!261Resolve "Fix evaluation on cells"
Pipeline #135436 passed
...@@ -5,8 +5,9 @@ import shutil ...@@ -5,8 +5,9 @@ import shutil
import mpp.python.mppy as mppy import mpp.python.mppy as mppy
lList = [0,1,2,3] lList = [0,1,2,3]
lList = [3] lList = [0,1,2]
tList = [0,1,2] tList = [0,1,2]
tList = [3]
#start_dt=0.0001 #start_dt=0.0001
start_dt=0.0004 start_dt=0.0004
......
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