Skip to content
Snippets Groups Projects
Commit b29576da authored by rarbore2's avatar rarbore2
Browse files

sigh

parent 91eeb3b7
No related branches found
No related tags found
1 merge request!224More opts
Pipeline #202088 passed
This commit is part of merge request !224. Comments created here will be created in the context of that merge request.
......@@ -57,7 +57,6 @@ if !feature("seq") {
copy_vars = copy_vars_body;
}
fork-tile[13, 0, false, true](compute_flux);
const-inline[false](*);
simpl!(*);
fork-split(compute_step_factor, compute_flux, time_step, copy_vars);
......
......@@ -64,7 +64,6 @@ if !feature("seq") {
copy_vars = copy_vars_body;
}
fork-tile[13, 0, false, true](compute_flux);
const-inline[false](*);
simpl!(*);
fork-split(compute_step_factor, compute_flux_contributions, compute_flux, time_step, copy_vars);
......
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