From 6d6971d124cdd7c0e812fcc9db4a80b47ff43ec6 Mon Sep 17 00:00:00 2001 From: Karin Erbertseder <k.erbertseder@web.de> Date: Wed, 6 Oct 2010 12:55:56 +0000 Subject: [PATCH] update of documentation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4368 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/1p2c/1p2cproblem.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumux/boxmodels/1p2c/1p2cproblem.hh b/dumux/boxmodels/1p2c/1p2cproblem.hh index 13761ccd3d..a069f206cc 100644 --- a/dumux/boxmodels/1p2c/1p2cproblem.hh +++ b/dumux/boxmodels/1p2c/1p2cproblem.hh @@ -1,6 +1,8 @@ // $Id$ /***************************************************************************** + * Copyright (C) 2009 by Karin Erbertseder * * Copyright (C) 2009 by Andreas Lauser * + * Copyright (C) 2008 by Bernd Flemisch * * Institute of Hydraulic Engineering * * University of Stuttgart, Germany * * email: <givenname>.<name>@iws.uni-stuttgart.de * @@ -30,7 +32,6 @@ namespace Dumux * \ingroup OnePTwoCProblems * \brief Base class for all problems which use the single-phase, two-component box model * - * \todo Please doc me more! */ template<class TypeTag> class OnePTwoCBoxProblem : public BoxProblem<TypeTag> -- GitLab