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

fix corrupted merge.

parent 4bf7e764
No related branches found
No related tags found
No related merge requests found
......@@ -99,16 +99,6 @@ namespace Dune
void
AdaptationHandler< GridImp, FunctionSpace >::
clearIndicator ()
{
indicator_.shrinkToFit();
indicator_.fill( LocalIndicatorData() );
}
//! add another adaptation handlers indicator container
template <class GridImp, class FunctionSpace>
AdaptationHandler<GridImp, FunctionSpace>&
AdaptationHandler<GridImp, FunctionSpace> ::
operator += ( const ThisType& other )
{
indicator_.shrinkToFit();
indicator_.fill( 0.0 );
......
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