From c4f82a3d32472510e06297859fb1871498d6f196 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Fri, 16 Dec 2016 17:12:02 +0100
Subject: [PATCH] [test][1p2c][box] Fix name of test type tag

---
 test/porousmediumflow/1p2c/implicit/test_box1p2c.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/porousmediumflow/1p2c/implicit/test_box1p2c.cc b/test/porousmediumflow/1p2c/implicit/test_box1p2c.cc
index ec1f1c522f..18497653cf 100644
--- a/test/porousmediumflow/1p2c/implicit/test_box1p2c.cc
+++ b/test/porousmediumflow/1p2c/implicit/test_box1p2c.cc
@@ -22,7 +22,7 @@
  * \brief test for the 1p2c box model
  */
 #include <config.h>
-#include "1p2coutflowproblem.hh"
+#include "1p2ctestproblem.hh"
 #include <dumux/common/start.hh>
 
 /*!
@@ -52,6 +52,6 @@ void usage(const char *progName, const std::string &errorMsg)
 
 int main(int argc, char** argv)
 {
-    typedef TTAG(OnePTwoCOutflowBoxProblem) ProblemTypeTag;
+    typedef TTAG(OnePTwoCTestBoxProblem) ProblemTypeTag;
     return Dumux::start<ProblemTypeTag>(argc, argv, usage);
 }
-- 
GitLab