Skip to content

Commit

Permalink
Merge pull request #66 from streeve/remove_print
Browse files Browse the repository at this point in the history
Remove print in Particles
  • Loading branch information
streeve authored Oct 30, 2023
2 parents d2eb3da + 2854c6e commit 9318e9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CabanaPD_Particles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,6 @@ class Particles<MemorySpace, PMB, Dimension>
std::array<double, dim> high_corner,
const std::array<int, dim> num_cells )
{
for ( int d = 0; d < dim; d++ )
std::cout << low_corner[d] << " " << high_corner[d] << " "
<< num_cells[d] << std::endl;

// Create the MPI partitions.
Cajita::DimBlockPartitioner<dim> partitioner;

Expand Down

0 comments on commit 9318e9c

Please sign in to comment.