Skip to content
GitLab
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
Commits
9f84ec64
Commit
9f84ec64
authored
Dec 11, 2017
by
Timo Koch
Browse files
[props] Fix header guard
parent
8a6eff54
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/properties/model.hh
View file @
9f84ec64
...
...
@@ -23,17 +23,16 @@
* \brief Defines a type tags and some fundamental properties for
* all models
*/
#ifndef DUMUX_
BASIC
_PROPERTIES_HH
#define DUMUX_
BASIC
_PROPERTIES_HH
#ifndef DUMUX_
MODEL
_PROPERTIES_HH
#define DUMUX_
MODEL
_PROPERTIES_HH
#include
<dune/common/fvector.hh>
#include
<dumux/common/balanceequationopts.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/common/balanceequationopts.hh>
#include
<dumux/io/defaultvtkoutputfields.hh>
//
!
Forward declar
e
// Forward declar
ation
namespace
Dune
{
class
ParameterTree
;
}
namespace
Dumux
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment