From: Wolfgang Bangerth Date: Tue, 2 Sep 2014 15:30:35 +0000 (-0500) Subject: Install the topography.txt.gz file of step-53. X-Git-Tag: v8.2.0-rc1~166^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1778e1184e4ee2228446433e06a9d950505bad;p=dealii.git Install the topography.txt.gz file of step-53. --- diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 422dbc6608..47239e0df0 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,7 @@ ## --------------------------------------------------------------------- ## $Id$ ## -## Copyright (C) 2012 - 2013 by the deal.II authors +## Copyright (C) 2012 - 2014 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -43,6 +43,7 @@ IF(DEAL_II_COMPONENT_EXAMPLES) PATTERN "obstacle_file.pbm" # step-42 PATTERN "untitled.geo" # step-49 PATTERN "untitled.msh" # step-49 + PATTERN "topography.txt.gz" # step-53 ) MESSAGE(STATUS "Setting up examples - Done")