From 1593c0a09da904b59e576fcc9fd7d44019891d22 Mon Sep 17 00:00:00 2001 From: yue Date: Thu, 1 Oct 2020 16:35:33 +0200 Subject: [PATCH] [cleanup] Remove clutter after header guards --- lecture/common/co2tablesbenchmark3.hh | 2 +- lecture/common/viplaboutput.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens1p2cproperties.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens1p2cspatialparams.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens2p2cproperties.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens2pproperties.hh | 2 +- lecture/efm/1p2c_2p_2p2c/lens2pspatialparams.hh | 2 +- lecture/efm/1p2cvs2p/lens1p2cproblem.hh | 2 +- lecture/efm/1p2cvs2p/lens1p2cproperties.hh | 2 +- lecture/efm/1p2cvs2p/lens2pproblem.hh | 2 +- lecture/efm/1p2cvs2p/lens2pproperties.hh | 2 +- lecture/efm/2p/lens2pproblem.hh | 2 +- lecture/efm/2p/lens2pproperties.hh | 2 +- lecture/mhs/groundwater/groundwaterproblem.hh | 2 +- lecture/mhs/groundwater/groundwaterproperties.hh | 2 +- lecture/mhs/groundwater/groundwaterspatialparams.hh | 2 +- lecture/mm/buckleyleverett/buckleyleverettanalyticsolution.hh | 2 +- lecture/mm/buckleyleverett/buckleyleverettproblem.hh | 2 +- lecture/mm/buckleyleverett/buckleyleverettproperties.hh | 2 +- lecture/mm/buckleyleverett/buckleyleverettspatialparams.hh | 2 +- lecture/mm/buckleyleverett/pseudoh2o.hh | 2 +- lecture/mm/buckleyleverett/pseudooil.hh | 2 +- lecture/mm/columnxylene/columnxylenespatialparams.hh | 2 +- lecture/mm/fuelcell/fuelcellproblem.hh | 2 +- lecture/mm/fuelcell/fuelcellproperties.hh | 2 +- lecture/mm/fuelcell/fuelcellspatialparams.hh | 2 +- lecture/mm/heatpipe/heatpipeproblem.hh | 2 +- lecture/mm/heatpipe/heatpipeproperties.hh | 2 +- lecture/mm/heatpipe/heatpipespatialparams.hh | 2 +- lecture/mm/heatpipe/krpcheatpipe.hh | 2 +- lecture/mm/heavyoil/3p/parkervangenuchtenzero.hh | 2 +- lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresis.hh | 2 +- .../mm/heavyoil/3p/parkervangenuchtenzerohysteresisparams.hh | 2 +- lecture/mm/heavyoil/3p/parkervangenuchtenzeroparams.hh | 2 +- lecture/mm/heavyoil/3p/relativepermeabilityhysteresis.hh | 2 +- lecture/mm/heavyoil/3p/relativepermeabilityhysteresisparams.hh | 2 +- lecture/mm/henryproblem/henry1p2c/henry1p2cproblem.hh | 2 +- lecture/mm/henryproblem/henry1p2c/henry1p2cspatialparameters.hh | 2 +- lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh | 2 +- lecture/mm/henryproblem/henry2p/henry2pproblem.hh | 2 +- lecture/mm/henryproblem/henry2p/henry2pspatialparams.hh | 2 +- lecture/mm/henryproblem/henry2p/simplesaltwater.hh | 2 +- lecture/mm/mcwhorter/mcwhorteranalyticsolution.hh | 2 +- lecture/mm/mcwhorter/mcwhorterproblem.hh | 2 +- lecture/mm/mcwhorter/mcwhorterproperties.hh | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/lecture/common/co2tablesbenchmark3.hh b/lecture/common/co2tablesbenchmark3.hh index 651a4ac..b42f3c5 100644 --- a/lecture/common/co2tablesbenchmark3.hh +++ b/lecture/common/co2tablesbenchmark3.hh @@ -35,4 +35,4 @@ namespace CO2TablesBenchmarkThree { } // end namespace CO2TablesBenchmarkThree } // end namespace Dumux -#endif // DUMUX_HETEROGENEOUS_CO2TABLES_HH +#endif diff --git a/lecture/common/viplaboutput.hh b/lecture/common/viplaboutput.hh index f5af623..bdf8263 100644 --- a/lecture/common/viplaboutput.hh +++ b/lecture/common/viplaboutput.hh @@ -259,4 +259,4 @@ private: }//end namespace Dumux -#endif // DUMUX_VIPLAB_OUTPUT_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh b/lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh index f63fb94..ecf451d 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh @@ -245,4 +245,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS_1P2C_PROBLEM_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens1p2cproperties.hh b/lecture/efm/1p2c_2p_2p2c/lens1p2cproperties.hh index d2bfd92..fffe197 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens1p2cproperties.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens1p2cproperties.hh @@ -80,4 +80,4 @@ public: } //end namespace Dumux::Properties -#endif // DUMUX_LENS_1P2C_PROPERTIES_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens1p2cspatialparams.hh b/lecture/efm/1p2c_2p_2p2c/lens1p2cspatialparams.hh index 9ad43fe..1888161 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens1p2cspatialparams.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens1p2cspatialparams.hh @@ -165,4 +165,4 @@ private: } // end namespace Dumux -#endif // DUMUX_1P2C_SPATIALPARAMS_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh b/lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh index 97782cd..0c57726 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh @@ -252,4 +252,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS_2P2C_PROBLEM_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens2p2cproperties.hh b/lecture/efm/1p2c_2p_2p2c/lens2p2cproperties.hh index f5be300..1a3c7e5 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens2p2cproperties.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens2p2cproperties.hh @@ -75,4 +75,4 @@ public: } // end namespace Dumux::Properties -#endif // DUMUX_LENS_2P2C_PROPERTIES_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh b/lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh index f8a449e..2f43f7b 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh @@ -234,4 +234,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS2P_PROBLEM_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens2pproperties.hh b/lecture/efm/1p2c_2p_2p2c/lens2pproperties.hh index 0d3d9d6..61fccba 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens2pproperties.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens2pproperties.hh @@ -86,4 +86,4 @@ public: } // end namespace Dumux::Properties -#endif // DUMUX_LENS_2P_PROPERTIES_HH +#endif diff --git a/lecture/efm/1p2c_2p_2p2c/lens2pspatialparams.hh b/lecture/efm/1p2c_2p_2p2c/lens2pspatialparams.hh index 32ec8a8..ecc5bce 100644 --- a/lecture/efm/1p2c_2p_2p2c/lens2pspatialparams.hh +++ b/lecture/efm/1p2c_2p_2p2c/lens2pspatialparams.hh @@ -185,4 +185,4 @@ private: } // end namespace Dumux -#endif // DUMUX_LENS2P_SPATIALPARAMS_HH +#endif diff --git a/lecture/efm/1p2cvs2p/lens1p2cproblem.hh b/lecture/efm/1p2cvs2p/lens1p2cproblem.hh index 7f4d894..4b4845d 100644 --- a/lecture/efm/1p2cvs2p/lens1p2cproblem.hh +++ b/lecture/efm/1p2cvs2p/lens1p2cproblem.hh @@ -284,4 +284,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS_1P2C_PROBLEM_HH +#endif diff --git a/lecture/efm/1p2cvs2p/lens1p2cproperties.hh b/lecture/efm/1p2cvs2p/lens1p2cproperties.hh index 026d1fc..e84bfbd 100644 --- a/lecture/efm/1p2cvs2p/lens1p2cproperties.hh +++ b/lecture/efm/1p2cvs2p/lens1p2cproperties.hh @@ -80,4 +80,4 @@ public: } //end namespace Dumux::Properties -#endif // DUMUX_LENS_1P2C_PROPERTIES_HH +#endif diff --git a/lecture/efm/1p2cvs2p/lens2pproblem.hh b/lecture/efm/1p2cvs2p/lens2pproblem.hh index 142ab4e..1834c99 100644 --- a/lecture/efm/1p2cvs2p/lens2pproblem.hh +++ b/lecture/efm/1p2cvs2p/lens2pproblem.hh @@ -296,4 +296,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS2P_PROBLEM_HH +#endif diff --git a/lecture/efm/1p2cvs2p/lens2pproperties.hh b/lecture/efm/1p2cvs2p/lens2pproperties.hh index 4a01fa2..541c824 100644 --- a/lecture/efm/1p2cvs2p/lens2pproperties.hh +++ b/lecture/efm/1p2cvs2p/lens2pproperties.hh @@ -79,4 +79,4 @@ public: } //end namespace Dumux::Properties -#endif // DUMUX_LENS2P_EXERCISE1_PROPERTIES_HH +#endif diff --git a/lecture/efm/2p/lens2pproblem.hh b/lecture/efm/2p/lens2pproblem.hh index 97f536f..be2dee0 100644 --- a/lecture/efm/2p/lens2pproblem.hh +++ b/lecture/efm/2p/lens2pproblem.hh @@ -331,4 +331,4 @@ private: } //end namespace Dumux -#endif // DUMUX_LENS2P_PROBLEM_HH +#endif diff --git a/lecture/efm/2p/lens2pproperties.hh b/lecture/efm/2p/lens2pproperties.hh index 3f567cb..f2b9f53 100644 --- a/lecture/efm/2p/lens2pproperties.hh +++ b/lecture/efm/2p/lens2pproperties.hh @@ -75,4 +75,4 @@ public: } //end namespace Dumux::Properties -#endif // DUMUX_LENS2P_EXERCISE2_PROPERTIES_HH +#endif diff --git a/lecture/mhs/groundwater/groundwaterproblem.hh b/lecture/mhs/groundwater/groundwaterproblem.hh index 0e70f76..1b421a9 100644 --- a/lecture/mhs/groundwater/groundwaterproblem.hh +++ b/lecture/mhs/groundwater/groundwaterproblem.hh @@ -448,4 +448,4 @@ private: } // end namespace Dumux -#endif //DUMUX_LECTURE_MHS_GROUNDWATER_PROBLEM_HH +#endif diff --git a/lecture/mhs/groundwater/groundwaterproperties.hh b/lecture/mhs/groundwater/groundwaterproperties.hh index a0986a9..90cd397 100644 --- a/lecture/mhs/groundwater/groundwaterproperties.hh +++ b/lecture/mhs/groundwater/groundwaterproperties.hh @@ -63,4 +63,4 @@ struct Problem { using type = Dumux::G } // end namespace Dumux::Properties -#endif //DUMUX_LECTURE_MHS_GROUNDWATER_PROPERTIES_HH +#endif diff --git a/lecture/mhs/groundwater/groundwaterspatialparams.hh b/lecture/mhs/groundwater/groundwaterspatialparams.hh index 49f8662..ef7df1b 100644 --- a/lecture/mhs/groundwater/groundwaterspatialparams.hh +++ b/lecture/mhs/groundwater/groundwaterspatialparams.hh @@ -125,4 +125,4 @@ private: }; } // end namespace Dumux -#endif // DUMUX_LECTURE_MHS_GROUNDWATER_SPATIALPARAMS_HH +#endif diff --git a/lecture/mm/buckleyleverett/buckleyleverettanalyticsolution.hh b/lecture/mm/buckleyleverett/buckleyleverettanalyticsolution.hh index f7b211b..012b7de 100644 --- a/lecture/mm/buckleyleverett/buckleyleverettanalyticsolution.hh +++ b/lecture/mm/buckleyleverett/buckleyleverettanalyticsolution.hh @@ -372,4 +372,4 @@ private: } // end namespace Dumux -#endif // DUMUX_BUCKLEYLEVERETT_ANALYTICAL_HH +#endif diff --git a/lecture/mm/buckleyleverett/buckleyleverettproblem.hh b/lecture/mm/buckleyleverett/buckleyleverettproblem.hh index 65d4724..920430f 100644 --- a/lecture/mm/buckleyleverett/buckleyleverettproblem.hh +++ b/lecture/mm/buckleyleverett/buckleyleverettproblem.hh @@ -261,4 +261,4 @@ private: } // end namespace Dumux -#endif // DUMUX_LECTURE_MM_BUCKLEYLEVERETT_BUCKLEYLEVERETTPROBLEM_HH +#endif diff --git a/lecture/mm/buckleyleverett/buckleyleverettproperties.hh b/lecture/mm/buckleyleverett/buckleyleverettproperties.hh index 140e6ce..7702477 100644 --- a/lecture/mm/buckleyleverett/buckleyleverettproperties.hh +++ b/lecture/mm/buckleyleverett/buckleyleverettproperties.hh @@ -71,4 +71,4 @@ struct Formulation { static conste } // end namespace Dumux::Properties -#endif // DUMUX_LECTURE_MM_BUCKLEYLEVERETT_BUCKLEYLEVERETTPROPERTIES_HH +#endif diff --git a/lecture/mm/buckleyleverett/buckleyleverettspatialparams.hh b/lecture/mm/buckleyleverett/buckleyleverettspatialparams.hh index ee7d022..2758388 100644 --- a/lecture/mm/buckleyleverett/buckleyleverettspatialparams.hh +++ b/lecture/mm/buckleyleverett/buckleyleverettspatialparams.hh @@ -120,4 +120,4 @@ private: } // end namespace Dumux -#endif // BUCKLEYLEVERETT_SPATIALPARAMS_HH +#endif diff --git a/lecture/mm/buckleyleverett/pseudoh2o.hh b/lecture/mm/buckleyleverett/pseudoh2o.hh index 95843b6..432d2d7 100644 --- a/lecture/mm/buckleyleverett/pseudoh2o.hh +++ b/lecture/mm/buckleyleverett/pseudoh2o.hh @@ -98,4 +98,4 @@ typename PseudoH2O::Scalar PseudoH2O::density_ = 1000; } // end namepace Dumux -#endif // DUMUX_PSEUDOH2O_HH +#endif diff --git a/lecture/mm/buckleyleverett/pseudooil.hh b/lecture/mm/buckleyleverett/pseudooil.hh index 2e14011..c31fb41 100644 --- a/lecture/mm/buckleyleverett/pseudooil.hh +++ b/lecture/mm/buckleyleverett/pseudooil.hh @@ -99,4 +99,4 @@ typename PseudoOil::Scalar PseudoOil::density_ = 1000; } // end namepace Dumux -#endif // DUMUX_PSEUDOOIL_HH +#endif diff --git a/lecture/mm/columnxylene/columnxylenespatialparams.hh b/lecture/mm/columnxylene/columnxylenespatialparams.hh index ee0d617..1d26bc7 100644 --- a/lecture/mm/columnxylene/columnxylenespatialparams.hh +++ b/lecture/mm/columnxylene/columnxylenespatialparams.hh @@ -208,4 +208,4 @@ private: } // end namespace Dumux -#endif // DUMUX_COLUMNXYLENE_SPATIAL_PARAMS_HH +#endif diff --git a/lecture/mm/fuelcell/fuelcellproblem.hh b/lecture/mm/fuelcell/fuelcellproblem.hh index a69f641..c6d7f23 100644 --- a/lecture/mm/fuelcell/fuelcellproblem.hh +++ b/lecture/mm/fuelcell/fuelcellproblem.hh @@ -374,4 +374,4 @@ private: } // end namespace Dumux -#endif // DUMUX_FUELCELL_LECTURE_PROBLEM_HH +#endif diff --git a/lecture/mm/fuelcell/fuelcellproperties.hh b/lecture/mm/fuelcell/fuelcellproperties.hh index 66d5015..ab27a15 100644 --- a/lecture/mm/fuelcell/fuelcellproperties.hh +++ b/lecture/mm/fuelcell/fuelcellproperties.hh @@ -78,4 +78,4 @@ struct ReplaceCompEqIdx { static constexp } // end namespace Dumux::Properties -#endif // DUMUX_FUELCELL_LECTURE_PROBLEM_HH +#endif diff --git a/lecture/mm/fuelcell/fuelcellspatialparams.hh b/lecture/mm/fuelcell/fuelcellspatialparams.hh index 0242c0e..930c3fe 100644 --- a/lecture/mm/fuelcell/fuelcellspatialparams.hh +++ b/lecture/mm/fuelcell/fuelcellspatialparams.hh @@ -228,4 +228,4 @@ private: } // end namespace Dumux -#endif // DUMUX_FUELCELL_LECTURE_SPATIAL_PARAMS_HH +#endif diff --git a/lecture/mm/heatpipe/heatpipeproblem.hh b/lecture/mm/heatpipe/heatpipeproblem.hh index edac966..87c20ba 100644 --- a/lecture/mm/heatpipe/heatpipeproblem.hh +++ b/lecture/mm/heatpipe/heatpipeproblem.hh @@ -124,4 +124,4 @@ private: } // namespace Dumux -#endif // DUMUX_HEATPIPE_PROBLEM_HH +#endif diff --git a/lecture/mm/heatpipe/heatpipeproperties.hh b/lecture/mm/heatpipe/heatpipeproperties.hh index 7342de6..c63a7a4 100644 --- a/lecture/mm/heatpipe/heatpipeproperties.hh +++ b/lecture/mm/heatpipe/heatpipeproperties.hh @@ -64,4 +64,4 @@ struct SpatialParams } // namespace Dumux::Properties -#endif // DUMUX_HEATPIPE_PROPERTIES_HH +#endif diff --git a/lecture/mm/heatpipe/heatpipespatialparams.hh b/lecture/mm/heatpipe/heatpipespatialparams.hh index 48949bc..65d9daf 100644 --- a/lecture/mm/heatpipe/heatpipespatialparams.hh +++ b/lecture/mm/heatpipe/heatpipespatialparams.hh @@ -83,4 +83,4 @@ private: } -#endif // DUMUX_HEATPIPE_SPATIAL_PARAMS_HH +#endif diff --git a/lecture/mm/heatpipe/krpcheatpipe.hh b/lecture/mm/heatpipe/krpcheatpipe.hh index a6c3413..0183150 100644 --- a/lecture/mm/heatpipe/krpcheatpipe.hh +++ b/lecture/mm/heatpipe/krpcheatpipe.hh @@ -103,4 +103,4 @@ public: }; } -#endif // DUMUX_KR_PC_HEATPIPE_HH +#endif diff --git a/lecture/mm/heavyoil/3p/parkervangenuchtenzero.hh b/lecture/mm/heavyoil/3p/parkervangenuchtenzero.hh index a54d375..4caddf0 100644 --- a/lecture/mm/heavyoil/3p/parkervangenuchtenzero.hh +++ b/lecture/mm/heavyoil/3p/parkervangenuchtenzero.hh @@ -306,4 +306,4 @@ public: } // end namespace Dumux -#endif // DUMUX_PARKERVANGENZERO_3P_HH +#endif diff --git a/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresis.hh b/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresis.hh index 3084ee4..9ed3ab0 100644 --- a/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresis.hh +++ b/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresis.hh @@ -306,4 +306,4 @@ public: } // end namespace Dumux -#endif // DUMUX_PARKERVANGENZEROHYST_3P_HH +#endif diff --git a/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresisparams.hh b/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresisparams.hh index 744ae92..ad04a86 100644 --- a/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresisparams.hh +++ b/lecture/mm/heavyoil/3p/parkervangenuchtenzerohysteresisparams.hh @@ -430,4 +430,4 @@ private: } // end namespace Dumux -#endif // DUMUX_PARKERVANGENZEROHYST_PARAMS_3P_HH +#endif diff --git a/lecture/mm/heavyoil/3p/parkervangenuchtenzeroparams.hh b/lecture/mm/heavyoil/3p/parkervangenuchtenzeroparams.hh index 701006e..fc5b56a 100644 --- a/lecture/mm/heavyoil/3p/parkervangenuchtenzeroparams.hh +++ b/lecture/mm/heavyoil/3p/parkervangenuchtenzeroparams.hh @@ -424,4 +424,4 @@ private: } // namespace Dumux -#endif // DUMUX_PARKERVANGENZERO_PARAMS_3P_HH +#endif diff --git a/lecture/mm/heavyoil/3p/relativepermeabilityhysteresis.hh b/lecture/mm/heavyoil/3p/relativepermeabilityhysteresis.hh index f6cbdfb..dc279c7 100644 --- a/lecture/mm/heavyoil/3p/relativepermeabilityhysteresis.hh +++ b/lecture/mm/heavyoil/3p/relativepermeabilityhysteresis.hh @@ -304,4 +304,4 @@ public: } // end namespace Dumux -#endif // DUMUX_RELATIVEPERMHYST3P_HH +#endif diff --git a/lecture/mm/heavyoil/3p/relativepermeabilityhysteresisparams.hh b/lecture/mm/heavyoil/3p/relativepermeabilityhysteresisparams.hh index feac569..3592e67 100644 --- a/lecture/mm/heavyoil/3p/relativepermeabilityhysteresisparams.hh +++ b/lecture/mm/heavyoil/3p/relativepermeabilityhysteresisparams.hh @@ -860,4 +860,4 @@ private: } // end namespace Dumux -#endif // DUMUX_RELATIVEPERMHYST_PARAMS_3P_HH +#endif diff --git a/lecture/mm/henryproblem/henry1p2c/henry1p2cproblem.hh b/lecture/mm/henryproblem/henry1p2c/henry1p2cproblem.hh index 6289ccf..fd2ee5f 100644 --- a/lecture/mm/henryproblem/henry1p2c/henry1p2cproblem.hh +++ b/lecture/mm/henryproblem/henry1p2c/henry1p2cproblem.hh @@ -212,4 +212,4 @@ private: } // end namespace Dumux -#endif // DUMUX_HENRY1P2C_PROBLEM_HH +#endif diff --git a/lecture/mm/henryproblem/henry1p2c/henry1p2cspatialparameters.hh b/lecture/mm/henryproblem/henry1p2c/henry1p2cspatialparameters.hh index 644b54c..6f9e74a 100644 --- a/lecture/mm/henryproblem/henry1p2c/henry1p2cspatialparameters.hh +++ b/lecture/mm/henryproblem/henry1p2c/henry1p2cspatialparameters.hh @@ -90,4 +90,4 @@ private: } // end namespace Dumux -#endif // DUMUX_HENRY1P2C_SPATIAL_PARAMETERS_HH +#endif diff --git a/lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh b/lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh index 03ac9b5..0afffb5 100644 --- a/lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh +++ b/lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh @@ -523,4 +523,4 @@ template #endif // DUMUX_PROPERTIES_HH } // end namespace Dumux -#endif // DUMUX_WATER_SALT_FLUID_SYSTEM_HH +#endif diff --git a/lecture/mm/henryproblem/henry2p/henry2pproblem.hh b/lecture/mm/henryproblem/henry2p/henry2pproblem.hh index b1935e4..b2883b7 100644 --- a/lecture/mm/henryproblem/henry2p/henry2pproblem.hh +++ b/lecture/mm/henryproblem/henry2p/henry2pproblem.hh @@ -241,4 +241,4 @@ private: } //end namespace Dumux -#endif // DUMUX_HENRY2PPROBLEM_HH +#endif diff --git a/lecture/mm/henryproblem/henry2p/henry2pspatialparams.hh b/lecture/mm/henryproblem/henry2p/henry2pspatialparams.hh index 16a5e73..0530541 100644 --- a/lecture/mm/henryproblem/henry2p/henry2pspatialparams.hh +++ b/lecture/mm/henryproblem/henry2p/henry2pspatialparams.hh @@ -139,4 +139,4 @@ private: }; } // end namespace Dumux -#endif // DUMUX_LENS_SPATIAL_PARAMS_HH +#endif diff --git a/lecture/mm/henryproblem/henry2p/simplesaltwater.hh b/lecture/mm/henryproblem/henry2p/simplesaltwater.hh index 19e290a..9c6794b 100644 --- a/lecture/mm/henryproblem/henry2p/simplesaltwater.hh +++ b/lecture/mm/henryproblem/henry2p/simplesaltwater.hh @@ -314,4 +314,4 @@ const Scalar SimpleSaltwater::R = Dumux::Constants::R / 18e-3; } // end namespace Dumux -#endif // DUMUX_SIMPLE_SALTWATER_HH +#endif diff --git a/lecture/mm/mcwhorter/mcwhorteranalyticsolution.hh b/lecture/mm/mcwhorter/mcwhorteranalyticsolution.hh index 0fa9cf7..ecb7600 100644 --- a/lecture/mm/mcwhorter/mcwhorteranalyticsolution.hh +++ b/lecture/mm/mcwhorter/mcwhorteranalyticsolution.hh @@ -351,4 +351,4 @@ private: } // end namespace Dumux -#endif // DUMUX_MCWHORTER_ANALYTIC_HH +#endif diff --git a/lecture/mm/mcwhorter/mcwhorterproblem.hh b/lecture/mm/mcwhorter/mcwhorterproblem.hh index 9e3032a..b755be7 100644 --- a/lecture/mm/mcwhorter/mcwhorterproblem.hh +++ b/lecture/mm/mcwhorter/mcwhorterproblem.hh @@ -229,4 +229,4 @@ private: } // end namespace Dumux -#endif // DUMUX_MCWHORTERPROBLEM_HH +#endif diff --git a/lecture/mm/mcwhorter/mcwhorterproperties.hh b/lecture/mm/mcwhorter/mcwhorterproperties.hh index 8daee60..64856a2 100644 --- a/lecture/mm/mcwhorter/mcwhorterproperties.hh +++ b/lecture/mm/mcwhorter/mcwhorterproperties.hh @@ -68,4 +68,4 @@ struct EvalCflFluxFunction { using type } // end namespace Dumux::Properties -#endif // DUMUX_MCWHORTERPROPERTIES_HH +#endif -- GitLab