Updating Kokkos lib
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
/*
|
||||
//@HEADER
|
||||
// ************************************************************************
|
||||
//
|
||||
//
|
||||
// Kokkos v. 2.0
|
||||
// Copyright (2014) Sandia Corporation
|
||||
//
|
||||
//
|
||||
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
|
||||
// the U.S. Government retains certain rights in this software.
|
||||
//
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
@ -36,13 +36,13 @@
|
||||
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
// Questions? Contact H. Carter Edwards (hcedwar@sandia.gov)
|
||||
//
|
||||
//
|
||||
// ************************************************************************
|
||||
//@HEADER
|
||||
*/
|
||||
|
||||
#ifndef KOKKOS_ARRAY
|
||||
#define KOKKOS_ARRAY
|
||||
#ifndef KOKKOS_ARRAY_HPP
|
||||
#define KOKKOS_ARRAY_HPP
|
||||
|
||||
#include <type_traits>
|
||||
#include <algorithm>
|
||||
@ -298,5 +298,5 @@ public:
|
||||
|
||||
} // namespace Kokkos
|
||||
|
||||
#endif /* #ifndef KOKKOS_ARRAY */
|
||||
#endif /* #ifndef KOKKOS_ARRAY_HPP */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user