Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux-course
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
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
dumux-repositories
dumux-course
Commits
4a510312
Commit
4a510312
authored
6 years ago
by
Ned Coltman
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to change the code reference in the markdown. Fixed.
parent
ad0a81a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exercises/exercise-fluidsystem/README.md
+1
-1
1 addition, 1 deletion
exercises/exercise-fluidsystem/README.md
with
1 addition
and
1 deletion
exercises/exercise-fluidsystem/README.md
+
1
−
1
View file @
4a510312
...
@@ -106,7 +106,7 @@ private:
...
@@ -106,7 +106,7 @@ private:
* Uncomment second line and comment first line for using the compressible component
* Uncomment second line and comment first line for using the compressible component
*/
*/
using
LiquidMyComponentPhase
=
typename
FluidSystems
::
OnePLiquid
<
Scalar
,
MyIncompressibleComponent
<
Scalar
>
>
;
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:
public:
using
type
=
typename
FluidSystems
::
TwoPImmiscible
<
Scalar
,
LiquidWaterPhase
,
LiquidMyComponentPhase
>
;
using
type
=
typename
FluidSystems
::
TwoPImmiscible
<
Scalar
,
LiquidWaterPhase
,
LiquidMyComponentPhase
>
;
...
...
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