CMS 3D CMS Logo

scimark2.h
Go to the documentation of this file.
1 
2 #ifndef SCIMARK2_H
3 #define SCIMARK2_H
4 
5 #define VERSION 2.0
6 
7 #ifndef NULL
8 #define NULL 0
9 #endif
10 
11 #ifndef TRUE
12 #define TRUE 1
13 #endif
14 
15 #ifndef FALSE
16 #define FALSE 0
17 #endif
18 
19 #endif