Skip to content

Commit

Permalink
Update src/CabanaController.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Smith <[email protected]>
  • Loading branch information
PrestonH2O and cwsmith authored Mar 6, 2024
1 parent ae2cca3 commit e33b016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CabanaController.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class CabanaController {

public:
typedef ExecutionSpace exe;
static const int MAX_RANK =
4; // Including num_tuples -> so 3 additional extents
// Including num_tuples -> so 3 additional extents
static const int MAX_RANK = 4;
static constexpr int vecLen =
Cabana::AoSoA<DataTypes, MemorySpace>::vector_length;

Expand Down

0 comments on commit e33b016

Please sign in to comment.