Skip to content

Commit

Permalink
fixup: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Feb 3, 2025
1 parent 59557fa commit 95997cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CabanaPD_Geometry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct Region<Line>
_dims = getDim( profile_dim );
_dx[0] = dx[_dims[0]] / 2.0;
_dx[1] = dx[_dims[1]] / 2.0;
};
}

// Given a dimension, returns the other two
Kokkos::Array<int, 2> getDim( const int x )
Expand Down

0 comments on commit 95997cc

Please sign in to comment.