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
Commits
0b2f862a
Commit
0b2f862a
authored
Nov 01, 2021
by
Timo Koch
Browse files
[cleanup][common][dimless] Fix header guard
parent
baa3b385
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/dimensionlessnumbers.hh
View file @
0b2f862a
...
...
@@ -24,8 +24,8 @@
* All the input to the dimensionless numbers has to be provided as function arguments.
* Rendering this collection generic in the sense that it can be used by any model.
*/
#ifndef DIMENSIONLESS_NUMBERS_HH
#define DIMENSIONLESS_NUMBERS_HH
#ifndef
DUMUX_COMMON_
DIMENSIONLESS_NUMBERS_HH
#define
DUMUX_COMMON_
DIMENSIONLESS_NUMBERS_HH
#include <cmath>
#include <iostream>
...
...
Write
Preview
Markdown
is supported
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