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

fix minor header inconsistency.

parent 7c8800e0
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
#include <dune/fem/misc/h1norm.hh>
#include <dune/fem/misc/femeoc.hh>
#include <dune/fem-dg/misc/dgnorm.hh>
#include <dune/fem/space/padaptivespace.hh>
#include <dune/fem/operator/projection/l2projection.hh>
#include <dune/fem/function/common/localfunctionadapter.hh>
......@@ -33,8 +34,7 @@ using namespace Dune;
template <class GridImp,
class ProblemTraits,
int polOrd,
int dimRange = DIMRANGE >
int polOrd>
struct ElliptTraits
{
enum { polynomialOrder = polOrd };
......@@ -51,6 +51,7 @@ struct ElliptTraits
typedef typename ProblemTraits :: template Traits< GridPartType > :: FluxType FluxType;
static const Dune :: DGDiffusionFluxIdentifier DiffusionFluxId =
ProblemTraits :: template Traits< GridPartType > :: PrimalDiffusionFluxId ;
static const int dimRange = InitialDataType :: dimRange ;
typedef PassTraits<ModelType,dimRange,polynomialOrder> PassTraitsType;
typedef typename PassTraitsType::DestinationType DiscreteFunctionType;
......
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