Skip to content

Commit

Permalink
DOC: Fix typo on FArrayDevice type description
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-moore22 committed May 7, 2024
1 parent b237e2e commit b01a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mtr-kokkos-simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) {
matrix3D = FMatrixDevice <real_t> (10,10,10); // allocate dimensions and sizes

// Array example following the Fortran index convention,
// indicies go from 0 to less than N, last index varies the fastest
// indicies go from 0 to less than N, first index varies the fastest
FArrayDevice <int> arr3D(10,10,10);


Expand Down

0 comments on commit b01a5b5

Please sign in to comment.