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
9db4c6e0
Commit
9db4c6e0
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[fluidsystem][base] Fix indent
parent
a30bc9d9
No related branches found
No related tags found
1 merge request
!1112
[fluidsystems] Add a 1p adapter fluidsystem for multi-phase fluid systems
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/material/fluidsystems/base.hh
+10
-13
10 additions, 13 deletions
dumux/material/fluidsystems/base.hh
with
10 additions
and
13 deletions
dumux/material/fluidsystems/base.hh
+
10
−
13
View file @
9db4c6e0
...
...
@@ -27,20 +27,17 @@
#include
<string>
#include
"nullparametercache.hh"
namespace
Dumux
{
namespace
FluidSystems
namespace
Dumux
{
namespace
FluidSystems
{
{
/*!
* \ingroup Fluidsystems
* \brief Fluid system base class.
*
* \note Always derive your fluid system from this class to be sure
* that all basic functionality is available!
*/
template
<
class
Scalar
,
class
Implementation
>
/*!
* \ingroup Fluidsystems
* \brief Fluid system base class.
*
* \note Always derive your fluid system from this class to be sure
* that all basic functionality is available!
*/
template
<
class
ScalarType
,
class
Implementation
>
class
BaseFluidSystem
{
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