From eba669c38ce71aab073b9761919d3dda7474eaa6 Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Tue, 27 Nov 2012 09:27:48 +0000 Subject: [PATCH] small cleanup git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9665 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/2p2c/2p2clocalresidual.hh | 6 ++---- dumux/material/components/air.hh | 2 +- dumux/material/idealgas.hh | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dumux/boxmodels/2p2c/2p2clocalresidual.hh b/dumux/boxmodels/2p2c/2p2clocalresidual.hh index 21f8baff80..d36494883f 100644 --- a/dumux/boxmodels/2p2c/2p2clocalresidual.hh +++ b/dumux/boxmodels/2p2c/2p2clocalresidual.hh @@ -23,8 +23,8 @@ * using the two-phase two-component box model. */ -#ifndef DUMUX_NEW_2P2C_LOCAL_RESIDUAL_BASE_HH -#define DUMUX_NEW_2P2C_LOCAL_RESIDUAL_BASE_HH +#ifndef DUMUX_2P2C_LOCAL_RESIDUAL_BASE_HH +#define DUMUX_2P2C_LOCAL_RESIDUAL_BASE_HH #include <dumux/boxmodels/common/boxmodel.hh> #include <dumux/common/math.hh> @@ -37,8 +37,6 @@ #include <iostream> #include <vector> -//#define VELOCITY_OUTPUT 1 // uncomment this line if an output of the velocity is needed - namespace Dumux { /*! diff --git a/dumux/material/components/air.hh b/dumux/material/components/air.hh index c35c38e4e3..23600c5f03 100644 --- a/dumux/material/components/air.hh +++ b/dumux/material/components/air.hh @@ -205,6 +205,6 @@ public: }; -} // end namepace +} // end namespace #endif diff --git a/dumux/material/idealgas.hh b/dumux/material/idealgas.hh index a2ecd78b4e..33f1343037 100644 --- a/dumux/material/idealgas.hh +++ b/dumux/material/idealgas.hh @@ -68,6 +68,6 @@ public: template <class Scalar> const Scalar IdealGas<Scalar>::R = Dumux::Constants<Scalar>::R; -} // end namepace +} // end namespace #endif -- GitLab