OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
OPALTypes.h
Go to the documentation of this file.
1#ifndef OPAL_TYPES_HH
2#define OPAL_TYPES_HH
3
5#include "VectorMath.h"
6
7constexpr unsigned Dim = 3;
8using T = double;
9
10#endif
double T
Definition OPALTypes.h:8
constexpr unsigned Dim
Definition OPALTypes.h:7