Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Commits
601bfa74
Commit
601bfa74
authored
7 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[tutorial] Remove unnecessary template parameter
parent
328cfde0
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
tutorial/ex3/fluidsystems/h2omycompressiblecomponent.hh
+3
-3
3 additions, 3 deletions
tutorial/ex3/fluidsystems/h2omycompressiblecomponent.hh
with
3 additions
and
3 deletions
tutorial/ex3/fluidsystems/h2omycompressiblecomponent.hh
+
3
−
3
View file @
601bfa74
...
@@ -46,12 +46,12 @@ namespace FluidSystems
...
@@ -46,12 +46,12 @@ namespace FluidSystems
* \brief A compositional fluid consisting of two liquid phases,
* \brief A compositional fluid consisting of two liquid phases,
* which are water and a ficitious component from tutorial exercise 3a.
* which are water and a ficitious component from tutorial exercise 3a.
*/
*/
template
<
class
TypeTag
,
class
Scalar
,
template
<
class
Scalar
,
class
H2OType
=
Dumux
::
TabulatedComponent
<
Scalar
,
Dumux
::
H2O
<
Scalar
>
>
>
class
H2OType
=
Dumux
::
TabulatedComponent
<
Scalar
,
Dumux
::
H2O
<
Scalar
>
>
>
class
H2OMyCompressibleComponent
class
H2OMyCompressibleComponent
:
public
BaseFluidSystem
<
Scalar
,
H2OMyCompressibleComponent
<
TypeTag
,
Scalar
,
H2OType
>
>
:
public
BaseFluidSystem
<
Scalar
,
H2OMyCompressibleComponent
<
Scalar
,
H2OType
>
>
{
{
typedef
H2OMyCompressibleComponent
<
TypeTag
,
Scalar
,
H2OType
>
ThisType
;
typedef
H2OMyCompressibleComponent
<
Scalar
,
H2OType
>
ThisType
;
typedef
BaseFluidSystem
<
Scalar
,
ThisType
>
Base
;
typedef
BaseFluidSystem
<
Scalar
,
ThisType
>
Base
;
public:
public:
...
...
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