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

[bugfix][ModalIndicator] make compile.

parent 178d7c4a
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,10 @@ template <class Model, class DiscreteFunction>
struct ModalIndicator
: public Dune::Fem::TroubledCellIndicatorBase<DiscreteFunction>
{
typedef Dune::Fem::TroubledCellIndicatorBase<DiscreteFunction> BaseType;
typedef typename BaseType::LocalFunctionType LocalFunctionType;
typedef Model ModelType;
typedef typename DiscreteFunction::LocalFunctionType LocalFunctionType;
typedef typename DiscreteFunction::DiscreteFunctionSpaceType DFS;
typedef typename DFS::template ToNewDimRange<1>::Type ScalarDFS;
typedef typename DFS::GridPartType GridPartType;
......
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