Skip to content
Snippets Groups Projects
Commit 3bf0168d authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

remove double delete in dgSlopeLimiter (dataCache are deleted by the

datachachemap now and should not be deleted manually)
parent 1169da07
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,6 @@ bool dgSlopeLimiter::apply ( dgDofContainer &solution, ...@@ -106,7 +106,6 @@ bool dgSlopeLimiter::apply ( dgDofContainer &solution,
solutionE.setAsProxy(solGroup, iElement*nbFields, nbFields ); solutionE.setAsProxy(solGroup, iElement*nbFields, nbFields );
solutionE.set((*solutionEClipped)()); solutionE.set((*solutionEClipped)());
} }
delete solutionEClipped;
} }
} }
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment