From 7727d5bcdea514e0db8d9b19e466a09c11f4f850 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 20 Oct 2016 10:38:06 +0200 Subject: [PATCH] Copy the correct .obm file in step-42 --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index f2dc23cb41..27412bef0e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -38,7 +38,7 @@ IF(DEAL_II_COMPONENT_EXAMPLES) # PATTERN "output.reference.dat" # step-39 PATTERN "postprocess.pl" # step-39 - PATTERN "obstacle_file.pbm" # step-42 + PATTERN "obstacle.pbm" # step-42 PATTERN "untitled.geo" # step-49 PATTERN "untitled.msh" # step-49 PATTERN "topography.txt.gz" # step-53 -- 2.39.5