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-course
Commits
bae29e8b
Commit
bae29e8b
authored
Oct 01, 2020
by
Yue Wang
Browse files
[cleanup] Remove clutter after header guards
parent
d62da77c
Changes
22
Show whitespace changes
Inline
Side-by-side
exercises/exercise-coupling-ff-pm/interface/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -285,4 +285,4 @@ private:
...
@@ -285,4 +285,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_STOKES_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/interface/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -215,4 +215,4 @@ private:
...
@@ -215,4 +215,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
//DUMUX_DARCY_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/interface/properties.hh
View file @
bae29e8b
...
@@ -136,4 +136,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesOneP> { static conste
...
@@ -136,4 +136,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesOneP> { static conste
}
//end namespace Dumux::Properties
}
//end namespace Dumux::Properties
#endif
// DUMUX_EXERCISE_COUPLED_INTERFACE_PROPERTIES_HH
#endif
exercises/exercise-coupling-ff-pm/models/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -305,4 +305,4 @@ private:
...
@@ -305,4 +305,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_STOKES1P2C_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/models/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -369,4 +369,4 @@ private:
...
@@ -369,4 +369,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
//DUMUX_DARCY_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/models/properties.hh
View file @
bae29e8b
...
@@ -138,4 +138,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesNC> { static constexp
...
@@ -138,4 +138,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesNC> { static constexp
}
// end namespace Dumux::Properties
}
// end namespace Dumux::Properties
#endif
//DUMUX_EXERCISE_COUPLED_MODELS_PROPERTIES_HH
#endif
exercises/exercise-coupling-ff-pm/turbulence/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -353,4 +353,4 @@ private:
...
@@ -353,4 +353,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_FREEFLOW1P2C_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/turbulence/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -291,4 +291,4 @@ private:
...
@@ -291,4 +291,4 @@ private:
}
//end namespace dUMUX
}
//end namespace dUMUX
#endif
//DUMUX_DARCY2P2C_SUBPROBLEM_HH
#endif
exercises/exercise-coupling-ff-pm/turbulence/properties.hh
View file @
bae29e8b
...
@@ -125,4 +125,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesZeroEq> { static cons
...
@@ -125,4 +125,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesZeroEq> { static cons
}
// end namespace Dumux::Properties
}
// end namespace Dumux::Properties
#endif
// DUMUX_EXERCISE_COUPLED_TURBULENCE_PROPERTIES_HH
#endif
exercises/exercise-fractures/properties.hh
View file @
bae29e8b
...
@@ -107,4 +107,4 @@ struct FluidSystem<TypeTag, TTag::FractureProblem>
...
@@ -107,4 +107,4 @@ struct FluidSystem<TypeTag, TTag::FractureProblem>
}
// end namespace Dumux::Properties
}
// end namespace Dumux::Properties
#endif
// DUMUX_COURSE_FRACTURESEXERCISE_PROPERTIES_HH
#endif
exercises/solution/exercise-coupling-ff-pm/interface/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -310,4 +310,4 @@ private:
...
@@ -310,4 +310,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_STOKES_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/interface/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -210,4 +210,4 @@ private:
...
@@ -210,4 +210,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
//DUMUX_DARCY_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/interface/properties.hh
View file @
bae29e8b
...
@@ -134,4 +134,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesOneP> { static conste
...
@@ -134,4 +134,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesOneP> { static conste
}
// end namespace Dumux::Properties
}
// end namespace Dumux::Properties
#endif
// DUMUX_EXERCISE_COUPLED_INTERFACE_PROPERTIES_HH
#endif
exercises/solution/exercise-coupling-ff-pm/models/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -308,4 +308,4 @@ private:
...
@@ -308,4 +308,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_STOKES1P2C_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/models/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -398,4 +398,4 @@ private:
...
@@ -398,4 +398,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
//DUMUX_DARCY_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/models/properties.hh
View file @
bae29e8b
...
@@ -155,4 +155,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesNC> { static constexp
...
@@ -155,4 +155,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesNC> { static constexp
}
//end namespace Dumux::Properties
}
//end namespace Dumux::Properties
#endif
// DUMUX_EXERCISE_COUPLED_MODELS_PROPERTIES_HH
#endif
exercises/solution/exercise-coupling-ff-pm/turbulence/freeflowsubproblem.hh
View file @
bae29e8b
...
@@ -371,4 +371,4 @@ private:
...
@@ -371,4 +371,4 @@ private:
}
//end namespace Dumux
}
//end namespace Dumux
#endif
// DUMUX_FREEFLOW1P2C_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/turbulence/porousmediumsubproblem.hh
View file @
bae29e8b
...
@@ -290,4 +290,4 @@ private:
...
@@ -290,4 +290,4 @@ private:
};
};
}
//end namespace Dumux
}
//end namespace Dumux
#endif
//DUMUX_DARCY2P2C_SUBPROBLEM_HH
#endif
exercises/solution/exercise-coupling-ff-pm/turbulence/properties.hh
View file @
bae29e8b
...
@@ -129,4 +129,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesZeroEq> { static cons
...
@@ -129,4 +129,4 @@ struct EnableGridVolumeVariablesCache<TypeTag, TTag::StokesZeroEq> { static cons
}
//end namespace Dumux::Properties
}
//end namespace Dumux::Properties
#endif
// DUMUX_EXERCISE_COUPLING_TURBULENCE_PROPERTIES_HH
#endif
exercises/solution/exercise-fractures/fractureproblem.hh
View file @
bae29e8b
...
@@ -168,4 +168,4 @@ private:
...
@@ -168,4 +168,4 @@ private:
}
// end namespace Dumux
}
// end namespace Dumux
#endif
// DUMUX_COURSE_FRACTURESEXERCISE_FRACTURE_PROBLEM_HH
#endif
Prev
1
2
Next
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