Skip to content

Commit

Permalink
Renaming the namespace to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
WasimNiyazMunshi committed Jan 8, 2025
1 parent 7c7421e commit 12964be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Phase_field_fracture_model_in_3D/phase_field.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ using namespace dealii::LinearAlgebraTrilinos;
#include <iostream>
#include <random>

namespace PF
namespace FracturePropagation

{
using namespace dealii;
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 12964be

Please sign in to comment.