1 #ifndef _ISO_DEFINES
2 #define _ISO_DEFINES
3 
4 #define abstraction_num 10
5 #define flip_factor 1.5f
6 
7 // it uses the from qmake definitions
8 //#define _USE_OMP
9 
10 #define _MESHLAB
11 
12 
13 #endif
14