Commit f704c9b7 authored by fbourgin's avatar fbourgin
Browse files

wip - bug

parent 114991b7
No related merge requests found
Pipeline #63445 failed with stage
in 3 minutes and 40 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -78,9 +78,9 @@ namespace evalhyd ...@@ -78,9 +78,9 @@ namespace evalhyd
} else } else
{ {
xt::view(itv_bnds, xt::all(), xt::all(), i, 0, xt::all()) = xt::view(itv_bnds, xt::all(), xt::all(), i, 0, xt::all()) =
xt::view(q_prd, xt::all(), xt::all(), std::min(res[0][1], res[1][1], xt::all())); xt::view(q_prd, xt::all(), xt::all(), std::min(res[0][1], res[1][1]), xt::all());
xt::view(itv_bnds, xt::all(), xt::all(), i, 1, xt::all()) = xt::view(itv_bnds, xt::all(), xt::all(), i, 1, xt::all()) =
xt::view(q_prd, xt::all(), xt::all(), std::max(res[0][1], res[1][1], xt::all())); xt::view(q_prd, xt::all(), xt::all(), std::max(res[0][1], res[1][1]), xt::all());
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment