Skip to content

Commit

Permalink
#365: fix headers again
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Sep 26, 2024
1 parent f83becb commit fd3ddc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/checkpoint/container/kokkos_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -70,4 +70,4 @@ void serialize(Serializer& s, Kokkos::Array<T, N>& array) {

#endif /*MAGISTRATE_KOKKOS_ENABLED*/

#endif /*INCLUDED_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H*/
#endif /*INCLUDED_SRC_CHECKPOINT_CONTAINER_KOKKOS_ARRAY_H*/
2 changes: 1 addition & 1 deletion tests/unit/test_kokkos_serialize_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd3ddc4

Please sign in to comment.