source: proiecte/hpl/atlas_compiled/include/atlas_trsmNB.h @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 191 bytes
Line 
1#ifndef ATLAS_TRSMNB_H
2   #define ATLAS_TRSMNB_H
3
4   #ifdef SREAL
5      #define TRSM_NB 16
6   #elif defined(DREAL)
7      #define TRSM_NB 12
8   #else
9      #define TRSM_NB 4
10   #endif
11
12#endif
Note: See TracBrowser for help on using the repository browser.