Skip to content
Snippets Groups Projects
Commit f583d0ab authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

[cleanup] use correct number of quad points.

parent 730aca8a
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,6 @@ namespace Dune {
if ( computeBoth )
{
liftingEvalLePlus_.resize( quadNoInp );
if ( ! LePlusLifting_ )
LePlusLifting_ = new Lifting( gradSpc_ );
......@@ -534,6 +533,7 @@ namespace Dune {
const QuadratureImp& faceQuad2 = ( insideIsInflow_ ) ? quadInner : quadOuter;
const size_t quadNoOutp = quadOuter.nop();
liftingEvalLePlus_.resize( quadNoOutp );
for(size_t qp = 0; qp < quadNoOutp; ++qp )
{
// get value of 2*r_e in quadrature point
......
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