From: Wolfgang Bangerth Date: Fri, 1 Nov 2024 03:23:54 +0000 (-0600) Subject: Rename the source file to avoid hopelessly confusing doxygen. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886f14fd81deb6935f4d466207960735d6e9e675;p=code-gallery.git Rename the source file to avoid hopelessly confusing doxygen. --- diff --git a/Phase_field_fracture_model_in_3D/CMakeLists.txt b/Phase_field_fracture_model_in_3D/CMakeLists.txt index b15306c..579fccb 100644 --- a/Phase_field_fracture_model_in_3D/CMakeLists.txt +++ b/Phase_field_fracture_model_in_3D/CMakeLists.txt @@ -3,7 +3,7 @@ ## # Set the name of the project and target: -SET(TARGET "step-854") +SET(TARGET "phase_field") # 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/Phase_field_fracture_model_in_3D/step-854.cc b/Phase_field_fracture_model_in_3D/phase_field.cc similarity index 100% rename from Phase_field_fracture_model_in_3D/step-854.cc rename to Phase_field_fracture_model_in_3D/phase_field.cc