From 1145e39559a7f765b59c1d2d590cb0e942ac95ea Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 7 Nov 2013 16:09:28 +0100 Subject: [PATCH] remove duplicate empty lines --- tests/models/problems/co2injectionflash.hh | 1 - tests/models/problems/co2injectionproblem.hh | 2 -- tests/models/problems/cuvetteproblem.hh | 2 -- tests/models/problems/diffusionproblem.hh | 1 - tests/models/problems/fingerproblem.hh | 2 -- tests/models/problems/infiltrationproblem.hh | 1 - tests/models/problems/obstacleproblem.hh | 1 - tests/models/problems/outflowproblem.hh | 1 - tests/models/problems/powerinjectionproblem.hh | 1 - tests/models/problems/stokesnitestproblem.hh | 1 - tests/models/problems/stokestestproblem.hh | 2 -- tests/models/problems/waterairproblem.hh | 1 - 12 files changed, 16 deletions(-) diff --git a/tests/models/problems/co2injectionflash.hh b/tests/models/problems/co2injectionflash.hh index 0d36b686b..d234b7133 100644 --- a/tests/models/problems/co2injectionflash.hh +++ b/tests/models/problems/co2injectionflash.hh @@ -62,7 +62,6 @@ public: paramCache.updateAllPressures(fluidState); } - }; } // namespace Ewoms diff --git a/tests/models/problems/co2injectionproblem.hh b/tests/models/problems/co2injectionproblem.hh index 8e718bc7f..69c04efde 100644 --- a/tests/models/problems/co2injectionproblem.hh +++ b/tests/models/problems/co2injectionproblem.hh @@ -255,7 +255,6 @@ public: /*pmax=*/pressureHigh_, /*np=*/nPressure_); - fineLayerBottom_ = 22.0; // intrinsic permeabilities @@ -303,7 +302,6 @@ public: EWOMS_REGISTER_PARAM(TypeTag, std::string, SimulationName, "The name of the simulation used for the output files"); } - /*! * \name Problem parameters */ diff --git a/tests/models/problems/cuvetteproblem.hh b/tests/models/problems/cuvetteproblem.hh index 914436ba5..754392dd0 100644 --- a/tests/models/problems/cuvetteproblem.hh +++ b/tests/models/problems/cuvetteproblem.hh @@ -81,7 +81,6 @@ private: typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar; typedef typename GET_PROP_TYPE(TypeTag, FluidSystem) FluidSystem; - enum { wPhaseIdx = FluidSystem::wPhaseIdx }; enum { nPhaseIdx = FluidSystem::nPhaseIdx }; enum { gPhaseIdx = FluidSystem::gPhaseIdx }; @@ -89,7 +88,6 @@ private: // define the three-phase material law typedef Opm::ThreePParkerVanGenuchten ThreePLaw; - public: // wrap the three-phase law in an adaptor to make use the generic // material law API diff --git a/tests/models/problems/diffusionproblem.hh b/tests/models/problems/diffusionproblem.hh index 73c017461..5d1f4c684 100644 --- a/tests/models/problems/diffusionproblem.hh +++ b/tests/models/problems/diffusionproblem.hh @@ -263,7 +263,6 @@ public: values.assignNaive(rightInitialFluidState_); } - /*! * \copydoc VcfvProblem::source * diff --git a/tests/models/problems/fingerproblem.hh b/tests/models/problems/fingerproblem.hh index d4e757973..9ec42ab9b 100644 --- a/tests/models/problems/fingerproblem.hh +++ b/tests/models/problems/fingerproblem.hh @@ -296,7 +296,6 @@ public: //! \} - /*! * \name Soil parameters */ @@ -386,7 +385,6 @@ public: values.assignNaive(initialFluidState_); } - /*! * \copydoc VcfvProblem::constraints */ diff --git a/tests/models/problems/infiltrationproblem.hh b/tests/models/problems/infiltrationproblem.hh index aaceeb89d..ba11d526d 100644 --- a/tests/models/problems/infiltrationproblem.hh +++ b/tests/models/problems/infiltrationproblem.hh @@ -282,7 +282,6 @@ public: return porosity_; } - /*! * \copydoc VcfvMultiPhaseProblem::materialLawParams */ diff --git a/tests/models/problems/obstacleproblem.hh b/tests/models/problems/obstacleproblem.hh index 6473d6208..1698496be 100644 --- a/tests/models/problems/obstacleproblem.hh +++ b/tests/models/problems/obstacleproblem.hh @@ -440,7 +440,6 @@ private: return x < eps_ && y <= 10; } - void initFluidStates_() { initFluidState_(inletFluidState_, coarseMaterialParams_, /*isInlet=*/true); diff --git a/tests/models/problems/outflowproblem.hh b/tests/models/problems/outflowproblem.hh index 745e9e52d..31b8628cc 100644 --- a/tests/models/problems/outflowproblem.hh +++ b/tests/models/problems/outflowproblem.hh @@ -118,7 +118,6 @@ class OutflowProblem N2Idx = FluidSystem::N2Idx }; - typedef typename GridView::ctype CoordScalar; typedef Dune::FieldVector GlobalPosition; diff --git a/tests/models/problems/powerinjectionproblem.hh b/tests/models/problems/powerinjectionproblem.hh index e3425687d..0939d8fa4 100644 --- a/tests/models/problems/powerinjectionproblem.hh +++ b/tests/models/problems/powerinjectionproblem.hh @@ -327,7 +327,6 @@ public: values.assignNaive(initialFluidState_); } - /*! * \copydoc VcfvProblem::source * diff --git a/tests/models/problems/stokesnitestproblem.hh b/tests/models/problems/stokesnitestproblem.hh index e9b4ac4db..e0b51fc9a 100644 --- a/tests/models/problems/stokesnitestproblem.hh +++ b/tests/models/problems/stokesnitestproblem.hh @@ -208,7 +208,6 @@ public: }; moleFrac[AirIdx] = 1 - moleFrac[H2OIdx]; - // parabolic velocity profile Scalar y = this->bboxMax()[1] - pos[1]; Scalar x = pos[0] - this->bboxMin()[0]; diff --git a/tests/models/problems/stokestestproblem.hh b/tests/models/problems/stokestestproblem.hh index dba7651e3..9b4d68063 100644 --- a/tests/models/problems/stokestestproblem.hh +++ b/tests/models/problems/stokestestproblem.hh @@ -150,7 +150,6 @@ public: int spaceIdx, int timeIdx) const { return 273.15 + 10; } // -> 10 deg C - //! \} /*! @@ -195,7 +194,6 @@ public: } } - //! \} /*! diff --git a/tests/models/problems/waterairproblem.hh b/tests/models/problems/waterairproblem.hh index ca89df148..4ef91ed5f 100644 --- a/tests/models/problems/waterairproblem.hh +++ b/tests/models/problems/waterairproblem.hh @@ -432,7 +432,6 @@ public: //! \} - private: bool onLeftBoundary_(const GlobalPosition &pos) const { return pos[0] < eps_; }