From: Timo Heister Date: Tue, 24 Jul 2018 12:02:47 +0000 (+0200) Subject: rename .cc X-Git-Tag: v9.1.0-rc1~739^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94673ba7ce33a3f75bad29a53e9951306ca0169c;p=dealii.git rename .cc --- diff --git a/examples/step-16b/CMakeLists.txt b/examples/step-16b/CMakeLists.txt index 75204f2901..63aa9a9952 100644 --- a/examples/step-16b/CMakeLists.txt +++ b/examples/step-16b/CMakeLists.txt @@ -3,7 +3,7 @@ ## # Set the name of the project and target: -SET(TARGET "step-16") +SET(TARGET "step-16b") # Declare all source files the target consists of. Here, this is only # the one step-X.cc file, but as you expand your project you may wish diff --git a/examples/step-16b/step-16.cc b/examples/step-16b/step-16b.cc similarity index 100% rename from examples/step-16b/step-16.cc rename to examples/step-16b/step-16b.cc