From: Wasim Niyaz Munshi Date: Wed, 8 Jan 2025 18:31:10 +0000 (-0700) Subject: Renaming the namespace to avoid conflicts X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12964be6b7e4e18e4f40e49f3e8b13485947760d;p=code-gallery.git Renaming the namespace to avoid conflicts --- diff --git a/Phase_field_fracture_model_in_3D/phase_field.cc b/Phase_field_fracture_model_in_3D/phase_field.cc index d643e9f..bb833d9 100644 --- a/Phase_field_fracture_model_in_3D/phase_field.cc +++ b/Phase_field_fracture_model_in_3D/phase_field.cc @@ -57,7 +57,7 @@ using namespace dealii::LinearAlgebraTrilinos; #include #include -namespace PF +namespace FracturePropagation { using namespace dealii; @@ -1434,7 +1434,7 @@ main (int argc, try { using namespace dealii; - using namespace PF; + using namespace FracturePropagation; Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1);