Skip to content

Commit

Permalink
chore: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Oct 24, 2024
1 parent 3199714 commit e999bf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ Grid::Grid(MPI_Comm comm, const std::string& filename, const std::string& dim0_n
_global_0 = (_rank / _num_procs_1) * _local_ext_0;
_global_1 = (_rank % _num_procs_1) * _local_ext_1;

// _local_ext_0 = _local_ext_blk_0 * _blk_factor_0;
// _local_ext_1 = _local_ext_blk_1 * _blk_factor_1;
if ((_rank / _num_procs_1) == _num_procs_0 - 1) {
_local_ext_0 = _global_ext_0 - (_rank / _num_procs_1) * _local_ext_0;
}
Expand Down

0 comments on commit e999bf5

Please sign in to comment.