From e4dfca971e6cc229368ec5b3b39afe67e73d59bf Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Thu, 7 Mar 2013 17:35:17 +0000 Subject: [PATCH] [ testProblem ] changed description from test_cc*, that cc is used instead of box git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10345 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/implicit/1p/test_cc1p.cc | 2 +- test/implicit/1p/test_cc1pwithamg.cc | 2 +- test/implicit/1p2c/test_cc1p2c.cc | 2 +- test/implicit/2p/test_cc2p.cc | 2 +- test/implicit/2p2c/test_cc2p2c.cc | 2 +- test/implicit/2p2cni/test_cc2p2cni.cc | 2 +- test/implicit/2pni/test_cc2pni.cc | 2 +- test/implicit/3p3c/test_cc3p3c.cc | 2 +- test/implicit/3p3cni/test_cc3p3cni.cc | 2 +- test/implicit/co2/test_ccco2.cc | 2 +- test/implicit/co2ni/test_ccco2ni.cc | 2 +- test/implicit/mpnc/test_ccmpnc.cc | 2 +- test/implicit/richards/test_ccrichards.cc | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/test/implicit/1p/test_cc1p.cc b/test/implicit/1p/test_cc1p.cc index 488461f0c8..874db37367 100644 --- a/test/implicit/1p/test_cc1p.cc +++ b/test/implicit/1p/test_cc1p.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the one-phase box model + * \brief test for the one-phase CC model */ #include "config.h" #include "1ptestproblem.hh" diff --git a/test/implicit/1p/test_cc1pwithamg.cc b/test/implicit/1p/test_cc1pwithamg.cc index ea84970045..35ec850954 100644 --- a/test/implicit/1p/test_cc1pwithamg.cc +++ b/test/implicit/1p/test_cc1pwithamg.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the one-phase box model + * \brief test for the one-phase CC model */ #include "config.h" diff --git a/test/implicit/1p2c/test_cc1p2c.cc b/test/implicit/1p2c/test_cc1p2c.cc index 50ef574f77..bc06acabeb 100644 --- a/test/implicit/1p2c/test_cc1p2c.cc +++ b/test/implicit/1p2c/test_cc1p2c.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the 1p2c box model + * \brief test for the 1p2c CC model */ #include "config.h" #include "1p2coutflowproblem.hh" diff --git a/test/implicit/2p/test_cc2p.cc b/test/implicit/2p/test_cc2p.cc index fdccb8c8b6..9ce280c3be 100644 --- a/test/implicit/2p/test_cc2p.cc +++ b/test/implicit/2p/test_cc2p.cc @@ -24,7 +24,7 @@ /*! * \file * - * \brief test for the two-phase box model + * \brief test for the two-phase CC model */ #include "config.h" #include "lensproblem.hh" diff --git a/test/implicit/2p2c/test_cc2p2c.cc b/test/implicit/2p2c/test_cc2p2c.cc index 48fb4ba1fa..1481af9793 100644 --- a/test/implicit/2p2c/test_cc2p2c.cc +++ b/test/implicit/2p2c/test_cc2p2c.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief Test for the 2p2c box model. + * \brief Test for the 2p2c CC model. */ #include "config.h" #include "injectionproblem.hh" diff --git a/test/implicit/2p2cni/test_cc2p2cni.cc b/test/implicit/2p2cni/test_cc2p2cni.cc index 0c961ec950..e01a27b779 100644 --- a/test/implicit/2p2cni/test_cc2p2cni.cc +++ b/test/implicit/2p2cni/test_cc2p2cni.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the 2p2cni box model + * \brief test for the 2p2cni CC model */ #include "config.h" #include "waterairproblem.hh" diff --git a/test/implicit/2pni/test_cc2pni.cc b/test/implicit/2pni/test_cc2pni.cc index 81e6f4540b..d4c0c4e33e 100644 --- a/test/implicit/2pni/test_cc2pni.cc +++ b/test/implicit/2pni/test_cc2pni.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the 2pni box model + * \brief test for the 2pni CC model */ #include "config.h" diff --git a/test/implicit/3p3c/test_cc3p3c.cc b/test/implicit/3p3c/test_cc3p3c.cc index d60dcee9b2..f88b4c19b7 100644 --- a/test/implicit/3p3c/test_cc3p3c.cc +++ b/test/implicit/3p3c/test_cc3p3c.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the 3p3c box model + * \brief test for the 3p3c CC model */ #include "config.h" #include "infiltrationproblem.hh" diff --git a/test/implicit/3p3cni/test_cc3p3cni.cc b/test/implicit/3p3cni/test_cc3p3cni.cc index 69a2abe259..bd7f7b8b95 100644 --- a/test/implicit/3p3cni/test_cc3p3cni.cc +++ b/test/implicit/3p3cni/test_cc3p3cni.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief test for the 3p3cni box model + * \brief test for the 3p3cni CC model */ #include "config.h" //#include "kuevetteproblem.hh" diff --git a/test/implicit/co2/test_ccco2.cc b/test/implicit/co2/test_ccco2.cc index 9e021f3afd..3001c7fa88 100644 --- a/test/implicit/co2/test_ccco2.cc +++ b/test/implicit/co2/test_ccco2.cc @@ -22,7 +22,7 @@ /*! * \file * - * \brief Test for the CO2 box model. + * \brief Test for the CO2 CC model. */ #include "config.h" #include "heterogeneousproblem.hh" diff --git a/test/implicit/co2ni/test_ccco2ni.cc b/test/implicit/co2ni/test_ccco2ni.cc index 978046bfd2..80f3e42e3b 100644 --- a/test/implicit/co2ni/test_ccco2ni.cc +++ b/test/implicit/co2ni/test_ccco2ni.cc @@ -22,7 +22,7 @@ /*! * \file * - * \brief Test for the 2p2c box model. + * \brief Test for the 2p2c CC model. */ #include "config.h" #include "heterogeneousproblemni.hh" diff --git a/test/implicit/mpnc/test_ccmpnc.cc b/test/implicit/mpnc/test_ccmpnc.cc index 8c43e97d14..04cf98f9c0 100644 --- a/test/implicit/mpnc/test_ccmpnc.cc +++ b/test/implicit/mpnc/test_ccmpnc.cc @@ -20,7 +20,7 @@ /** * \file * - * \brief Test for the MpNc box model. + * \brief Test for the MpNc CC model. */ #include "config.h" #include "obstacleproblem.hh" diff --git a/test/implicit/richards/test_ccrichards.cc b/test/implicit/richards/test_ccrichards.cc index 349edf3981..00a7140679 100644 --- a/test/implicit/richards/test_ccrichards.cc +++ b/test/implicit/richards/test_ccrichards.cc @@ -19,7 +19,7 @@ /*! * \file * - * \brief Test for the Richards box model. + * \brief Test for the Richards CC model. */ #include "config.h" #include "richardslensproblem.hh" -- GitLab