From 76cb7dd9a9c1ec65ffbbd0782fc0cef190254314 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Wed, 15 Feb 2012 11:02:04 +0000
Subject: [PATCH] Fixed coping of input file and reference solution for
 test_impes_adaptive.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7788 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e08ec76867..ff2f7b3f52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -363,8 +363,8 @@ file(COPY test/decoupled/2p/test_transport-reference.vtu DESTINATION references)
 file(COPY test/decoupled/2p/test_transport.input DESTINATION parameters)
 file(COPY test/decoupled/2p/test_impes-reference.vtu DESTINATION references)
 file(COPY test/decoupled/2p/test_impes.input DESTINATION parameters)
-file(COPY test/decoupled/2padaptive/output2padaptive-reference.vtu DESTINATION references)
-file(COPY test/decoupled/2padaptive/input DESTINATION parameters)
+file(COPY test/decoupled/2padaptive/test_2padaptive-reference.vtu DESTINATION references)
+file(COPY test/decoupled/2padaptive/test_impes_adaptive.input DESTINATION parameters)
 file(COPY test/decoupled/2p2c/test_dec2p2c-reference.vtu DESTINATION references)
 file(COPY test/decoupled/2p2c/test_dec2p2c.input DESTINATION parameters)
 file(COPY test/decoupled/2p2c/test_multiphysics2p2c-reference.vtu DESTINATION references)
-- 
GitLab