Skip to content
Snippets Groups Projects
Commit c08e13a1 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fix fixed point example

parent 45bb688a
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #24535 failed
...@@ -201,7 +201,6 @@ if __name__=='__main__': ...@@ -201,7 +201,6 @@ if __name__=='__main__':
parser.set_defaults(impl='cl', ndim=3, npts=(32,), parser.set_defaults(impl='cl', ndim=3, npts=(32,),
box_origin=(0.0,), box_length=(1.,), box_origin=(0.0,), box_length=(1.,),
tstart=0.0, tend=np.pi*2, tstart=0.0, tend=np.pi*2,
dt=1e-1, dt=1e-1, dump_freq=10)
dump_freq=100, dump_times=())
parser.run(compute) parser.run(compute)
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