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-course
Commits
fa51d6c5
Commit
fa51d6c5
authored
Jul 17, 2018
by
Edward 'Ned' Coltman
Browse files
added a missing >
parent
e4612d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-runtimeparams/injection2pproblem.hh
View file @
fa51d6c5
...
...
@@ -55,7 +55,7 @@ SET_TYPE_PROP(Injection2pTypeTag, SpatialParams,
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
)
>
);
// Set fluid configuration
SET_TYPE_PROP
(
Injection2pTypeTag
,
FluidSystem
,
FluidSystems
::
H2ON2
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
FluidSystems
::
H2ON2DefaultPolicy
<
/*fastButSimplifiedRelations=*/
true
>
);
SET_TYPE_PROP
(
Injection2pTypeTag
,
FluidSystem
,
FluidSystems
::
H2ON2
<
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
),
FluidSystems
::
H2ON2DefaultPolicy
<
/*fastButSimplifiedRelations=*/
true
>
>
);
}
// end namespace Properties
/*!
...
...
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