DDC 0.10.0
Loading...
Searching...
No Matches
real_type.hpp
1// Copyright (C) The DDC development team, see COPYRIGHT.md file
2//
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
7#include <ddc/config.hpp>
8
9namespace ddc {
10
12
13using Real = double;
14
15#else
16
17using Real = float;
18
19#endif
20
21} // namespace ddc
#define DDC_BUILD_DOUBLE_PRECISION
Definition config.hpp:9
The top-level namespace of DDC.
KOKKOS_FUNCTION Coordinate< typename DDim::continuous_dimension_type... > coordinate(DiscreteElement< DDim... > const &c)