Skip to content
Snippets Groups Projects
Commit 675fc3ae authored by Andreas Dedner's avatar Andreas Dedner
Browse files

wrong assert

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1261 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 8ae5470a
No related branches found
No related tags found
No related merge requests found
......@@ -220,8 +220,6 @@ int Element < N, NV >::get_splitpoint(int fce, double pos, double (&ppoint) [nco
template < int N, int NV >
int Element < N, NV >::get_splitpoint(const double (&pos) [2], double (&ppoint) [ncoord]) const
{
assert( face == 0 );
const double (&c0)[ncoord] = vertex(0)->coord();
const double (&c1)[ncoord] = vertex(1)->coord();
const double (&c2)[ncoord] = vertex(2)->coord();
......
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