]> https://gitweb.dealii.org/ - code-gallery.git/commitdiff
Changed namespace PhaseField to PF as the class is already named PhaseField
authorWasim Niyaz Munshi <munshiw0@gmail.com>
Sat, 7 Dec 2024 01:14:40 +0000 (18:14 -0700)
committerWasim Niyaz Munshi <munshiw0@gmail.com>
Sat, 7 Dec 2024 01:14:40 +0000 (18:14 -0700)
Phase_field_fracture_model_in_3D/phase_field.cc

index c84aae5089802225209622b72f19c8143ead6be4..5f1cf7fb379c37994feeac9730aecbaebd7c58ca 100644 (file)
@@ -48,7 +48,7 @@ using namespace dealii::LinearAlgebraTrilinos;
 #include <iostream>
 #include <random>
 
-namespace PhaseField
+namespace PF
 
 {
   using namespace dealii;
@@ -1437,7 +1437,7 @@ main (int argc,
   try
     {
       using namespace dealii;
-      using namespace PhaseField;
+      using namespace PF;
 
       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.