Commit afa26b47 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix mistake in RANK_DIAG computation

Showing with 4 additions and 6 deletions
+4 -6
...@@ -240,12 +240,10 @@ namespace evalhyd ...@@ -240,12 +240,10 @@ namespace evalhyd
// compute the rank diagram // compute the rank diagram
xt::view(REL_DIAG, xt::all(), xt::all(), m, e, xt::all()) = xt::view(REL_DIAG, xt::all(), xt::all(), m, e, xt::all()) =
xt::sum( xt::view(o_j, xt::all(), xt::all(),
xt::view(o_j, xt::all(), xt::all(), m, e, xt::all())
m, e, xt::all()) / l
/ l, ;
-1
);
} }
} }
......
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