diff --git a/dune/fem-dg/examples/euler/algorithmcreator.hh b/dune/fem-dg/examples/euler/algorithmcreator.hh index ea0a5eaa0d90b91039b0eda25a0d30ddddb08ddc..b8acfee19917c30470f3a15d436e47af19e83882 100644 --- a/dune/fem-dg/examples/euler/algorithmcreator.hh +++ b/dune/fem-dg/examples/euler/algorithmcreator.hh @@ -94,7 +94,7 @@ namespace Fem static ProblemInterfaceType* problem() { - return AnalyticalEulerAlgorithmCreator<GridType>::apply(); + return AnalyticalEulerProblemCreator<GridType>::apply(); } template< int polOrd >