From 3bf174f8fa72a19107c5331132afdd637efc70ac Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Fri, 25 Oct 2013 08:59:33 +0000 Subject: [PATCH] IMPES with AMG test: fix the solution that is compared with the reference, consistent with the non-AMG test. Was not detected before, since it was only tested in parallel. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11809 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/decoupled/2p/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/decoupled/2p/CMakeLists.txt b/test/decoupled/2p/CMakeLists.txt index 26d2e55f3e..f63270b60d 100644 --- a/test/decoupled/2p/CMakeLists.txt +++ b/test/decoupled/2p/CMakeLists.txt @@ -33,7 +33,7 @@ else() ${CMAKE_SOURCE_DIR}/bin/runTest.sh ${CMAKE_SOURCE_DIR}/bin/fuzzycomparevtu.py ${CMAKE_SOURCE_DIR}/test/references/test_impes-reference.vtu - ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg-00013.vtu + ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg-00009.vtu ${CMAKE_CURRENT_BINARY_DIR}/test_impeswithamg -ParameterFile ${CMAKE_CURRENT_SOURCE_DIR}/test_impeswithamg.input -Grid.File ${CMAKE_CURRENT_SOURCE_DIR}/grids/test_impeswithamg.dgf) -- GitLab