Skip to content

Commit 765a05f

Browse files
committed
EAMxx: fix mdlinter issue in docs
1 parent 220ebd5 commit 765a05f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/eamxx/docs/developer/kokkos_ekat.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ where
5757
run-time dimensions). E.g., a 2D view of doubles will have `DataType =
5858
double**`. There is also an ability to define compile-time dimensions by
5959
using `[]`, see
60-
[Kokkos wiki section on views]
61-
(<https://kokkos.org/kokkos-core-wiki/API/core/view/view.html).
60+
[Kokkos wiki section on views](https://kokkos.org/kokkos-core-wiki/API/core/view/view.html).
6261
- `LayoutType`: mapping of indices into the underlying 1D memory storage. Types
6362
are:
6463
- `LayoutRight` (used in EAMxx): strides increase from the right most to the

0 commit comments

Comments
 (0)