Skip to content

Commit

Permalink
Rename KOKKOS_FFT_HPP to KOKKOSFFT_HPP to avoid using reserved Kokkos…
Browse files Browse the repository at this point in the history
… macros (#185)
  • Loading branch information
tpadioleau authored Nov 1, 2024
1 parent 11a6c3a commit f645e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fft/src/KokkosFFT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//
// SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

#ifndef KOKKOS_FFT_HPP
#define KOKKOS_FFT_HPP
#ifndef KOKKOSFFT_HPP
#define KOKKOSFFT_HPP

#include "KokkosFFT_default_types.hpp"
#include "KokkosFFT_utils.hpp"
Expand Down

0 comments on commit f645e53

Please sign in to comment.