Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Jan 21, 2024
1 parent a0eaca3 commit 209a956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pgen/advection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ void ProblemGenerator(MeshBlock *pmb, ParameterInput *pin) {

const int gid = pmb->gid;
const int max_active_index = swarm->GetMaxActiveIndex();
std::printf("ma act %d %d %d %d\n", max_active_index, num_tracers_total, number_block,
nblocks);
pmb->par_for(
"ProblemGenerator::Torus::DistributeTracers", 0, max_active_index,
KOKKOS_LAMBDA(const int n) {
Expand Down

0 comments on commit 209a956

Please sign in to comment.