Crystal.h (pymol-v1.8.6.0.tar.bz2) | : | Crystal.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
I* Additional authors of this source file include: | I* Additional authors of this source file include: | |||
-* | -* | |||
-* | -* | |||
-* | -* | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_Crystal | #ifndef _H_Crystal | |||
#define _H_Crystal | #define _H_Crystal | |||
#include"Vector.h" | #include"Vector.h" | |||
#include"CGOStruct.h" | #include"Base.h" | |||
#include"os_python.h" | #include"os_python.h" | |||
typedef struct { | typedef struct { | |||
PyMOLGlobals *G; | PyMOLGlobals *G; | |||
float Dim[3]; | float Dim[3]; | |||
float Angle[3]; /* stored in degrees for convenience */ | float Angle[3]; /* stored in degrees for convenience */ | |||
float RealToFrac[9]; | float RealToFrac[9]; | |||
float FracToReal[9]; | float FracToReal[9]; | |||
float UnitCellVolume; | float UnitCellVolume; | |||
float Norm[3]; | float Norm[3]; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |