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

Make python code compile again.

parent 81b47a5c
No related branches found
No related tags found
1 merge request!4Latest features added to dune-fem-dg.
Pipeline #11516 failed
......@@ -177,12 +177,14 @@ namespace Fem
void limit( DestinationType &u) const { explOperator_.limit(u); }
#ifdef EULER_WRAPPER_TEST
void solve( DestinationType& dest, MonitorType& )
{
solve( dest );
}
#endif
void solve( DestinationType& dest )
void solve( DestinationType& dest ) const
{
if( !initialized_ )
{
......
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