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
4a510312
Commit
4a510312
authored
Jul 17, 2018
by
Ned Coltman
Browse files
Forgot to change the code reference in the markdown. Fixed.
parent
ad0a81a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-fluidsystem/README.md
View file @
4a510312
...
...
@@ -106,7 +106,7 @@ private:
* Uncomment second line and comment first line for using the compressible component
*/
using
LiquidMyComponentPhase
=
typename
FluidSystems
::
OnePLiquid
<
Scalar
,
MyIncompressibleComponent
<
Scalar
>
>
;
// using LiquidMyComponent = typename FluidSystems::OnePLiquid<Scalar, MyCompressibleComponent<Scalar> >;
// using LiquidMyComponent
Phase
= typename FluidSystems::OnePLiquid<Scalar, MyCompressibleComponent<Scalar> >;
public:
using
type
=
typename
FluidSystems
::
TwoPImmiscible
<
Scalar
,
LiquidWaterPhase
,
LiquidMyComponentPhase
>
;
...
...
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