Skip to content
Snippets Groups Projects
Commit 240b5e07 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Comment out an assertion

parent 4704bc93
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,9 @@ template <int dim> class EllipticEnergy { ...@@ -63,7 +63,9 @@ template <int dim> class EllipticEnergy {
ret = mg; ret = mg;
ret *= -1; ret *= -1;
} else { } else {
assert(false); ret = SmallVector(0);
// FIXME: This can happen due to numerical instability
// assert(false);
} }
} }
......
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