OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
opalx/src/PartBunch/datatypes.h
Go to the documentation of this file.
1// some typedefs
2// /todo this needs to go
3
4const double pi = Kokkos::numbers::pi_v<double>;
5
6constexpr unsigned Dim = 3;
7using T = double;
const double pi
constexpr unsigned Dim