Skip to content
Snippets Groups Projects
Commit 785f387f authored by Philippe Hoch's avatar Philippe Hoch
Browse files

correctio assert

parent 03c1309d
No related branches found
No related tags found
No related merge requests found
...@@ -415,7 +415,7 @@ class RoeViscousFormEulerianCompositeSolver_v2 ...@@ -415,7 +415,7 @@ class RoeViscousFormEulerianCompositeSolver_v2
const Rd& normal, const Rd& normal,
const bool check = false) const const bool check = false) const
{ {
assert((l2norm(normal) - 1) < 1e-12); Assert((l2Norm(normal) - 1) < 1e-12);
// const double& rho = RoeState.rho; // const double& rho = RoeState.rho;
const Rd& u_mean = RoeState.U; const Rd& u_mean = RoeState.U;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment