File indexing completed on 2025-01-30 10:03:28
0001
0002
0003 #ifndef MATRIX_DEFS_H
0004 #define MATRIX_DEFS_H
0005
0006
0007 #ifndef DISABLE_ALLOC
0008 #define DISABLE_ALLOC
0009 #endif
0010
0011
0012 #ifndef CLHEP_MATRIX_BUGREPORT
0013 #define CLHEP_MATRIX_BUGREPORT "http://proj-clhep.web.cern.ch/proj-clhep/"
0014 #endif
0015
0016
0017 #ifndef CLHEP_MATRIX_NAME
0018 #define CLHEP_MATRIX_NAME "CLHEP Matrix"
0019 #endif
0020
0021
0022 #ifndef CLHEP_MATRIX_STRING
0023 #define CLHEP_MATRIX_STRING "CLHEP Matrix 2.4.6.4"
0024 #endif
0025
0026
0027 #ifndef CLHEP_MATRIX_VERSION
0028 #define CLHEP_MATRIX_VERSION "2.4.6.4"
0029 #endif
0030
0031 #endif