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

make compile in debug mode.

parent 57ee3074
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,6 @@ namespace Dune
template < class QuadratureType >
const JacobianRangeVectorType& jacobianCache( const QuadratureType& quadrature ) const
{
assert( thread == ThreadManager::thread() );
return ReturnCache< QuadratureType, Conversion< QuadratureType, CachingInterface >::exists > ::
jacobians( *this, quadrature, jacobianCaches_, localJacobianCache_[ ThreadManager::thread() ] );
}
......
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