Skip to content
Snippets Groups Projects
Commit 4789462e authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

removed io

parent fc8a4bc3
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
...@@ -280,8 +280,8 @@ def compute(args): ...@@ -280,8 +280,8 @@ def compute(args):
dump_fields = HDF_Writer(name='dump', dump_fields = HDF_Writer(name='dump',
io_params=io_params, io_params=io_params,
force_backend=Backend.OPENCL, force_backend=Backend.OPENCL,
variables={velo: npts, variables={#velo: npts,
vorti: npts, #vorti: npts,
S: npts}, S: npts},
**extra_op_kwds) **extra_op_kwds)
......
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