Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dune-fem
dune-fem-dg
Commits
77394b43
Commit
77394b43
authored
11 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
make header compile.
parent
016c46ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fem-dg/operator/fluxes/mhd_fluxes.hh
+6
-0
6 additions, 0 deletions
dune/fem-dg/operator/fluxes/mhd_fluxes.hh
with
6 additions
and
0 deletions
dune/fem-dg/operator/fluxes/mhd_fluxes.hh
+
6
−
0
View file @
77394b43
...
@@ -147,7 +147,11 @@ protected:
...
@@ -147,7 +147,11 @@ protected:
typedef
typename
Eos
<
Cons
<
size
>
>
::
var_t
var_t
;
typedef
typename
Eos
<
Cons
<
size
>
>
::
var_t
var_t
;
const
int
dpdeps_avail
;
const
int
dpdeps_avail
;
typedef
Eos
<
Cons
<
size
>
>
BaseType
;
public:
public:
using
BaseType
::
cs2
;
inline
Eos_cons
(
int
=
0
);
inline
Eos_cons
(
int
=
0
);
virtual
double
p
(
const
var_t
&
)
const
=
0
;
virtual
double
p
(
const
var_t
&
)
const
=
0
;
double
gamma
(
const
var_t
&
)
const
;
double
gamma
(
const
var_t
&
)
const
;
...
@@ -365,6 +369,8 @@ template <class VAR> class VariableTop : public VAR
...
@@ -365,6 +369,8 @@ template <class VAR> class VariableTop : public VAR
protected:
protected:
VariableTop
()
:
VAR
()
{}
VariableTop
()
:
VAR
()
{}
public
:
public
:
using
VAR
::
init
;
typedef
VariableTop
<
VAR
>
var_t
;
typedef
VariableTop
<
VAR
>
var_t
;
typedef
VariableTop
<
typename
VAR
::
cvar1_t
>
cvar1_t
;
typedef
VariableTop
<
typename
VAR
::
cvar1_t
>
cvar1_t
;
typedef
VariableTop
<
typename
VAR
::
cvar2_t
>
cvar2_t
;
typedef
VariableTop
<
typename
VAR
::
cvar2_t
>
cvar2_t
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment