RepMesh.h (pymol-open-source-2.2.0) | : | RepMesh.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 25 | skipping to change at line 25 | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_RepMesh | #ifndef _H_RepMesh | |||
#define _H_RepMesh | #define _H_RepMesh | |||
#include"Rep.h" | #include"Rep.h" | |||
#include"CoordSet.h" | #include"CoordSet.h" | |||
#include"CGO.h" | #include"CGO.h" | |||
Rep *RepMeshNew(CoordSet * cset, int state); | Rep *RepMeshNew(CoordSet * cset, int state); | |||
void RepMeshInit(void); | ||||
#define cRepMesh_by_flags 0 | #define cRepMesh_by_flags 0 | |||
#define cRepMesh_all 1 | #define cRepMesh_all 1 | |||
#define cRepMesh_heavy_atoms 2 | #define cRepMesh_heavy_atoms 2 | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |