From fd3ddc4f0bdff1abc622dc3ae3307b3f44f3934a Mon Sep 17 00:00:00 2001 From: Nicolas Morales Date: Thu, 26 Sep 2024 17:08:32 -0400 Subject: [PATCH] #365: fix headers again --- src/checkpoint/container/kokkos_array.h | 8 ++++---- tests/unit/test_kokkos_serialize_array.cc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/checkpoint/container/kokkos_array.h b/src/checkpoint/container/kokkos_array.h index 637c0038..d40762b2 100644 --- a/src/checkpoint/container/kokkos_array.h +++ b/src/checkpoint/container/kokkos_array.h @@ -3,7 +3,7 @@ // ***************************************************************************** // // kokkos_array.h -// DARMA/checkpoint => Serialization Library +// DARMA/magistrate => Serialization Library // // Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC // (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. @@ -41,8 +41,8 @@ //@HEADER */ -#if !defined INCLUDED_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H -#define INCLUDED_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H +#if !defined INCLUDED_SRC_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H +#define INCLUDED_SRC_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H #include "checkpoint/common.h" #include "checkpoint/serializers/serializers_headers.h" @@ -70,4 +70,4 @@ void serialize(Serializer& s, Kokkos::Array& array) { #endif /*MAGISTRATE_KOKKOS_ENABLED*/ -#endif /*INCLUDED_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H*/ +#endif /*INCLUDED_SRC_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H*/ diff --git a/tests/unit/test_kokkos_serialize_array.cc b/tests/unit/test_kokkos_serialize_array.cc index 9581194a..78ebc01b 100644 --- a/tests/unit/test_kokkos_serialize_array.cc +++ b/tests/unit/test_kokkos_serialize_array.cc @@ -3,7 +3,7 @@ // ***************************************************************************** // // test_kokkos_serialize_array.cc -// DARMA/checkpoint => Serialization Library +// DARMA/magistrate => Serialization Library // // Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC // (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.