Skip to content

Commit

Permalink
Attempt to fix crashes, remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
lkotipal committed Feb 12, 2024
1 parent 219ee17 commit b1dde89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,6 @@ void initializeStencils(dccrg::Dccrg<SpatialCell,dccrg::Cartesian_Geometry>& mpi
}

for (auto neighborhood : P::partitioningNeighborhoods) {
std::cerr << "Partitioning neighborhood " + std::to_string(neighborhood) + "\n";
mpiGrid.add_partitioning_neighborhood(neighborhood);
}
}
Expand Down
2 changes: 1 addition & 1 deletion submodules/dccrg
Submodule dccrg updated 1 files
+7 −2 dccrg.hpp

0 comments on commit b1dde89

Please sign in to comment.