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
9c2a3e71
Commit
9c2a3e71
authored
Oct 01, 2020
by
Yue Wang
Committed by
Timo Koch
Oct 02, 2020
Browse files
[cleanup] Remove clutter after header guards
parent
7f5c1cd0
Changes
112
Hide whitespace changes
Inline
Side-by-side
bin/util/remove_clutter_after_last_endif.py
View file @
9c2a3e71
#!/usr/bin/python3
#!/usr/bin/
env
python3
import
os
# replace everything after last #endif with new line
...
...
dumux/adaptive/adapt.hh
View file @
9c2a3e71
...
...
@@ -60,4 +60,4 @@ bool adapt(Grid& grid, GridDataTransfer& dataTransfer)
}
// end namespace Dumux
#endif
/* DUMUX_ADAPTIVE_ADAPT_HH */
#endif
dumux/adaptive/griddatatransfer.hh
View file @
9c2a3e71
...
...
@@ -45,4 +45,4 @@ public:
}
// end namespace Dumux
#endif
/* DUMUX_ADAPTIVE_GRIDDATATRANSFER_HH */
#endif
dumux/adaptive/markelements.hh
View file @
9c2a3e71
...
...
@@ -71,4 +71,4 @@ bool markElements(Grid& grid, const Indicator& indicator, bool verbose = true)
}
//end namespace Dumux
#endif
/* DUMUX_ADAPTIVE_MARKELEMENTS_HH */
#endif
dumux/assembly/staggeredlocalresidual.hh
View file @
9c2a3e71
...
...
@@ -335,4 +335,4 @@ private:
}
// end namespace Dumux
#endif
// DUMUX_CC_LOCAL_RESIDUAL_HH
#endif
dumux/common/dimensionlessnumbers.hh
View file @
9c2a3e71
...
...
@@ -300,4 +300,4 @@ static Scalar thermalDiffusivity(const Scalar & thermalConductivity ,
}
// end namespace Dumux
#endif
// DIMENSIONLESS_NUMBERS_HH
#endif
dumux/common/doubleexpintegrationconstants.hh
View file @
9c2a3e71
...
...
@@ -499,4 +499,4 @@ constexpr double doubleExponentialIntegrationWeights[] =
}
// end namespace Dumux
#endif
// include guard
#endif
dumux/common/indextraits.hh
View file @
9c2a3e71
...
...
@@ -43,4 +43,4 @@ struct IndexTraits
}
// namespace Dumux
#endif
// DUMUX_COMMON_INDEX_TRAITS_HH
#endif
dumux/common/properties.hh
View file @
9c2a3e71
...
...
@@ -292,4 +292,4 @@ struct TimeManager { using type = UndefinedProperty; };
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_PROPERTIES_HH
#endif
dumux/common/reorderingdofmapper.hh
View file @
9c2a3e71
...
...
@@ -192,4 +192,4 @@ using ReorderingDofMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>;
}
// end namespace Dumux
#endif // HAVE_PTSCOTCH
#endif
// DUMUX_COMMON_REORDERING_DOF_MAPPER_HH
#endif
dumux/common/valgrind.hh
View file @
9c2a3e71
...
...
@@ -167,4 +167,4 @@ inline void SetNoAccess(const T *value, int n)
#endif // HAVE_VALGRIND
#endif
// DUMUX_VALGRIND_HH
#endif
dumux/discretization/functionspacebasis.hh
View file @
9c2a3e71
...
...
@@ -91,4 +91,4 @@ struct FunctionSpaceBasisTraits<GridGeometry, DiscretizationMethod::fem>
}
// end namespace Dumux
#endif // HAVE_DUNE_FUNCTIONS
#endif
// DUMUX_FUNCTION_SPACE_BASIS_HH
#endif
dumux/discretization/projection/projector.hh
View file @
9c2a3e71
...
...
@@ -683,4 +683,4 @@ auto makeProjectionMatrices(const FEBasisDomain& feBasisDomain,
}
// end namespace Dumux
#endif
// DUMUX_PROJECTOR_HH
#endif
dumux/discretization/staggered/freeflow/connectivitymap.hh
View file @
9c2a3e71
...
...
@@ -194,4 +194,4 @@ private:
}
// end namespace Dumux
#endif
// DUMUX_STAGGERED_FREEFLOW_CONNECTIVITY_MAP_HH
#endif
dumux/flux/traits.hh
View file @
9c2a3e71
...
...
@@ -50,4 +50,4 @@ struct FluxTraits
}
// namespace Dumux
#endif
// DUMUX_FLUX_TRAITS_HH
#endif
dumux/freeflow/compositional/kepsilonncmodel.hh
View file @
9c2a3e71
...
...
@@ -223,4 +223,4 @@ public:
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_KEPSILON_NC_MODEL_HH
#endif
dumux/freeflow/compositional/komegancmodel.hh
View file @
9c2a3e71
...
...
@@ -228,4 +228,4 @@ public:
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_KOMEGA_NC_MODEL_HH
#endif
dumux/freeflow/compositional/lowrekepsilonncmodel.hh
View file @
9c2a3e71
...
...
@@ -228,4 +228,4 @@ public:
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_LOWREKEPSILON_NC_MODEL_HH
#endif
dumux/freeflow/compositional/navierstokesncmodel.hh
View file @
9c2a3e71
...
...
@@ -249,4 +249,4 @@ struct HeatConductionType<TypeTag, TTag::NavierStokesNCNI> { using type = Fourie
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_FREEFLOW_NC_MODEL_HH
#endif
dumux/freeflow/compositional/oneeqncmodel.hh
View file @
9c2a3e71
...
...
@@ -228,4 +228,4 @@ public:
}
// end namespace Properties
}
// end namespace Dumux
#endif
// DUMUX_ONEEQ_NC_MODEL_HH
#endif
Prev
1
2
3
4
5
6
Next
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