Skip to content

Commit

Permalink
Remove compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
asaju7 committed Jun 21, 2024
1 parent cdd01b6 commit e06e373
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IO/H5/ExtendConnectivityHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,6 @@ template <size_t SpatialDim>
std::pair<size_t, size_t> gridpoints_BLCs_dim_offsets(
const std::vector<std::array<double, SpatialDim>>&
element_gridpoints_BLCs) {
// Get initial y,x coordinates
int y_init = element_gridpoints_BLCs[0][1];
int x_init = element_gridpoints_BLCs[0][0];

// Comparison function to check if BLC at index dimension is equal
auto is_equal = [element_gridpoints_BLCs](
std::array<double, SpatialDim> gridpoint_BLCs,
Expand Down

0 comments on commit e06e373

Please sign in to comment.