From 886f14fd81deb6935f4d466207960735d6e9e675 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 31 Oct 2024 21:23:54 -0600 Subject: [PATCH] Rename the source file to avoid hopelessly confusing doxygen. --- Phase_field_fracture_model_in_3D/CMakeLists.txt | 2 +- .../{step-854.cc => phase_field.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Phase_field_fracture_model_in_3D/{step-854.cc => phase_field.cc} (100%) 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 -- 2.39.5