From 0710c8e942d3b5fc562f11a15dfa5c8ba629094a Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Mon, 8 Oct 2012 14:19:21 +0000 Subject: [PATCH] MPFA tests: copy two reference solutions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9240 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bad7bf2388..07d709d6c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -409,7 +409,8 @@ file(COPY test/decoupled/2p/test_transport-reference.vtu DESTINATION references) file(COPY test/decoupled/2p/test_transport.input DESTINATION test/decoupled/2p) file(COPY test/decoupled/2p/test_impes-reference.vtu DESTINATION references) file(COPY test/decoupled/2p/test_impes.input DESTINATION test/decoupled/2p) -file(COPY test/decoupled/2p/test_mpfa2p-reference.vtu DESTINATION references) +file(COPY test/decoupled/2p/test_mpfao2p-reference.vtu DESTINATION references) +file(COPY test/decoupled/2p/test_mpfal2p-reference.vtu DESTINATION references) file(COPY test/decoupled/2p/test_mpfa2p.input DESTINATION test/decoupled/2p) file(COPY test/decoupled/2p/test_2padaptive-reference.vtu DESTINATION references) file(COPY test/decoupled/2p/test_impesadaptive.input DESTINATION test/decoupled/2p) -- GitLab