]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Renaming the namespace to avoid conflicts 203/head
authorWasim Niyaz Munshi <munshiw0@gmail.com>
Wed, 8 Jan 2025 18:31:10 +0000 (11:31 -0700)
committerWasim Niyaz Munshi <munshiw0@gmail.com>
Wed, 8 Jan 2025 18:31:10 +0000 (11:31 -0700)
Phase_field_fracture_model_in_3D/phase_field.cc

index d643e9fe3088e4c310a58f0e23b583143db64523..bb833d9fe7943f0e3f251796258f26b56ed8a2f3 100644 (file)
@@ -57,7 +57,7 @@ using namespace dealii::LinearAlgebraTrilinos;
 #include <iostream>
 #include <random>
 
-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);
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.