Tetsurf.cpp (pymol-open-source-2.2.0) | : | Tetsurf.cpp (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
#include"Tetsurf.h" | #include"Tetsurf.h" | |||
#include"MemoryDebug.h" | #include"MemoryDebug.h" | |||
#include"Err.h" | #include"Err.h" | |||
#include"Crystal.h" | #include"Crystal.h" | |||
#include"Vector.h" | #include"Vector.h" | |||
#include"Feedback.h" | #include"Feedback.h" | |||
#include"P.h" | #include"P.h" | |||
#define Trace_OFF | #define Trace_OFF | |||
#ifndef true | ||||
#define true 1 | ||||
#endif | ||||
#ifndef false | ||||
#define false 0 | ||||
#endif | ||||
#define O3(field,P1,P2,P3,offs) Ffloat3(field,P1+offs[0],P2+offs[1],P3+offs[2]) | #define O3(field,P1,P2,P3,offs) Ffloat3(field,P1+offs[0],P2+offs[1],P3+offs[2]) | |||
#define O3Ptr(field,P1,P2,P3,offs) Ffloat3p(field,P1+offs[0],P2+offs[1],P3+offs[ 2]) | #define O3Ptr(field,P1,P2,P3,offs) Ffloat3p(field,P1+offs[0],P2+offs[1],P3+offs[ 2]) | |||
#define O4(field,P1,P2,P3,P4,offs) Ffloat4(field,P1+offs[0],P2+offs[1],P3+offs[2 ],P4) | #define O4(field,P1,P2,P3,P4,offs) Ffloat4(field,P1+offs[0],P2+offs[1],P3+offs[2 ],P4) | |||
#define O4Ptr(field,P1,P2,P3,P4,offs) Ffloat4p(field,P1+offs[0],P2+offs[1],P3+of fs[2],P4) | #define O4Ptr(field,P1,P2,P3,P4,offs) Ffloat4p(field,P1+offs[0],P2+offs[1],P3+of fs[2],P4) | |||
#define I3(field,P1,P2,P3) Fint3(field,P1,P2,P3) | #define I3(field,P1,P2,P3) Fint3(field,P1,P2,P3) | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 0 lines changed or added |