Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
d1464c38
Commit
d1464c38
authored
Dec 04, 2017
by
Timo Koch
Browse files
Fix comment
parent
56f9fc7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/porousmediumflow/co2/implicit/volumevariables.hh
View file @
d1464c38
...
...
@@ -92,7 +92,7 @@ class CO2VolumeVariables: public TwoPTwoCVolumeVariables<TypeTag>
enum
{
isBox
=
GET_PROP_VALUE
(
TypeTag
,
ImplicitIsBox
)
};
enum
{
dofCodim
=
isBox
?
dim
:
0
};
static
const
Scalar
R
;
// universial
nonwetting
constant
static
const
Scalar
R
;
// universial
gas
constant
static
const
bool
useMoles
=
GET_PROP_VALUE
(
TypeTag
,
UseMoles
);
public:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment