QDP++
qdp_params.h
Go to the documentation of this file.
1// -*- C++ -*-
2
6
7#ifndef QDP_PARAMS_H
8#define QDP_PARAMS_H
9
10namespace QDP {
11
12
21
22#include <qdp_config.h>
23
24const int Nd = QDP_ND;
25const int Nc = QDP_NC;
26const int Ns = QDP_NS;
27 // end of group params
29
30} // namespace QDP
31
32#endif
33
34
const int Ns
Definition qdp_params.h:26
const int Nc
Definition qdp_params.h:25
const int Nd
Definition qdp_params.h:24
Yet another random number generator.