const.h (pymol-open-source-2.2.0) | : | const.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
#ifndef _H_const | #ifndef _H_const | |||
#define _H_const | #define _H_const | |||
#ifndef true | ||||
#define true 1 | ||||
#endif | ||||
#ifndef false | ||||
#define false 0 | ||||
#endif | ||||
/* numeric tools */ | /* numeric tools */ | |||
#define c_small4 (1e-4) | #define c_small4 (1e-4) | |||
#define c_small8 (1e-8) | #define c_small8 (1e-8) | |||
#define c_small12 (1e-12) | #define c_small12 (1e-12) | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 0 lines changed or added |