Skip to content
Snippets Groups Projects
Commit f3825996 authored by Stefan Girke's avatar Stefan Girke
Browse files

[bugfix] another bugfix for steady state problems

parent 35ad2537
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ namespace Fem
public:
typedef typename BaseType::ParameterType ParameterType;
private:
protected:
typedef typename BaseType::IdEnum EnumType;
typedef typename BaseType::LiftingEnum LiftingEnum;
public:
......@@ -1205,7 +1205,7 @@ namespace Fem
ExtendedDGPrimalDiffusionFlux( GridPartType& gridPart,
const Model& model,
const ParameterType& parameters = ParameterType() )
: BaseType( gridPart, model, parameters )
: BaseType( gridPart, model, parameters, BaseType::EnumType::general )
{ }
//! copy constructor (needed for thread parallel programs)
......
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