From 9f1a187c43b55b5a0b16b4f48512042f586be246 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 11 Aug 2020 15:35:16 +0200 Subject: [PATCH] Fix installation of files of step-49 --- examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4904326ed5..824abea40d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -40,8 +40,8 @@ IF(DEAL_II_COMPONENT_EXAMPLES) PATTERN "output.reference.dat" # step-39 PATTERN "postprocess.pl" # step-39 PATTERN "obstacle.pbm" # step-42 - PATTERN "untitled.geo" # step-49 - PATTERN "untitled.msh" # step-49 + PATTERN "example.geo" # step-49 + PATTERN "example.msh" # step-49 PATTERN "topography.txt.gz" # step-53 PATTERN "input/initial_mesh_3d.vtk" # step-54 PATTERN "input/DTMB-5415_bulbous_bow.iges" # step-54 -- 2.39.5