From c25c2fea6a760b2124f0e10c0104a744e15b58ed Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Thu, 19 Sep 2013 09:36:56 +0000 Subject: [PATCH] The Richards tests use YaspGrid. There is no need to add UG flags, so they are removed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11501 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/implicit/richards/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/implicit/richards/CMakeLists.txt b/test/implicit/richards/CMakeLists.txt index e87e1d6f7c..57251d7176 100644 --- a/test/implicit/richards/CMakeLists.txt +++ b/test/implicit/richards/CMakeLists.txt @@ -1,9 +1,6 @@ # build target for the Richards test problem add_executable("test_boxrichards" EXCLUDE_FROM_ALL test_boxrichards.cc) -add_dune_ug_flags(test_boxrichards) if(MPI_CXX_FOUND) - # tell UG that the model is parallelized - add_definitions(-DModelP) add_dune_mpi_flags(test_boxrichards) add_test(test_boxrichards ${CMAKE_SOURCE_DIR}/bin/runTest.sh @@ -29,7 +26,6 @@ else() endif(MPI_CXX_FOUND) add_executable("test_ccrichards" EXCLUDE_FROM_ALL test_ccrichards.cc) -add_dune_ug_flags(test_ccrichards) add_test(test_ccrichards ${CMAKE_SOURCE_DIR}/bin/runTest.sh ${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.py -- GitLab