From b5ed30ccf89f99088fddd16f0d5c0a3c4f8e7da4 Mon Sep 17 00:00:00 2001
From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de>
Date: Thu, 25 Feb 2016 22:54:15 +0100
Subject: [PATCH] [CCTPFA] Edit description in propertydefaults

---
 dumux/implicit/cellcentered/tpfa/propertydefaults.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
index 2cdf998e8e..1419062a07 100644
--- a/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
+++ b/dumux/implicit/cellcentered/tpfa/propertydefaults.hh
@@ -52,7 +52,7 @@ SET_TYPE_PROP(CCTpfaModel, ElementBoundaryTypes, Dumux::CCElementBoundaryTypes<T
 //! Mapper for the degrees of freedoms.
 SET_TYPE_PROP(CCTpfaModel, DofMapper, typename GET_PROP_TYPE(TypeTag, ElementMapper));
 
-//! Set the BaseLocalResidual to CCTpfaLocalResidual
+//! Set the BaseLocalResidual to CCLocalResidual
 SET_TYPE_PROP(CCTpfaModel, BaseLocalResidual, Dumux::CCLocalResidual<TypeTag>);
 
 //! An array of secondary variable containers
-- 
GitLab