Skip to content
Snippets Groups Projects
Commit 14191809 authored by Robert K's avatar Robert K
Browse files

[cleanup][DGPass] Fix warning with hidden virtual method.

parent 10da62cf
No related branches found
No related tags found
No related merge requests found
......@@ -391,6 +391,9 @@ namespace Fem
doFinalize( dest, doCommunicate );
}
//! from Dune::Fem::Operator
virtual void finalize () {}
//! Some timestep size management.
virtual void finalize(const ArgumentType& arg, DestinationType& dest) const
{
......
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