CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Matrix/defs.h
Go to the documentation of this file.
1/* Matrix/defs.h Generated by cmake. */
2
3#ifndef MATRIX_DEFS_H
4#define MATRIX_DEFS_H
5
6/* disable non-compliant allocator */
7#ifndef DISABLE_ALLOC
8#define DISABLE_ALLOC
9#endif
10
11/* Define to the address where bug reports for this package should be sent. */
12#ifndef CLHEP_MATRIX_BUGREPORT
13#define CLHEP_MATRIX_BUGREPORT "http://proj-clhep.web.cern.ch/proj-clhep/"
14#endif
15
16/* Define to the full name of this package. */
17#ifndef CLHEP_MATRIX_NAME
18#define CLHEP_MATRIX_NAME "CLHEP Matrix"
19#endif
20
21/* Define to the full name and version of this package. */
22#ifndef CLHEP_MATRIX_STRING
23#define CLHEP_MATRIX_STRING "CLHEP Matrix 2.4.7.1"
24#endif
25
26/* Define to the version of this package. */
27#ifndef CLHEP_MATRIX_VERSION
28#define CLHEP_MATRIX_VERSION "2.4.7.1"
29#endif
30
31#endif // MATRIX_DEFS_H