From: Daniel Arndt Date: Thu, 20 Oct 2016 08:38:06 +0000 (+0200) Subject: Copy the correct .obm file in step-42 X-Git-Tag: v8.5.0-rc1~555^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7727d5bcdea514e0db8d9b19e466a09c11f4f850;p=dealii.git Copy the correct .obm file in step-42 --- 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