Export.cpp (pymol-open-source-2.2.0) | : | Export.cpp (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
#include"MemoryDebug.h" | #include"MemoryDebug.h" | |||
#include"Base.h" | #include"Base.h" | |||
#include"Err.h" | #include"Err.h" | |||
#include"Export.h" | #include"Export.h" | |||
#include"RepDot.h" | #include"RepDot.h" | |||
#include"Executive.h" | #include"Executive.h" | |||
#include"ObjectMolecule.h" | #include"ObjectMolecule.h" | |||
#include"Scene.h" | #include"Scene.h" | |||
static | ||||
void ExportDotsObjFree(PyMOLGlobals * G, ExportDotsObj * rec); | void ExportDotsObjFree(PyMOLGlobals * G, ExportDotsObj * rec); | |||
/*--------------------------------------------------------------------- */ | /*--------------------------------------------------------------------- */ | |||
/* routines for shuttling coordinates to and from molecular mechanics routines * / | /* routines for shuttling coordinates to and from molecular mechanics routines * / | |||
ExportCoords *ExportCoordsExport(PyMOLGlobals * G, char *name, int state, int or der) | ExportCoords *ExportCoordsExport(PyMOLGlobals * G, char *name, int state, int or der) | |||
{ | { | |||
ExportCoords *io = NULL; | ExportCoords *io = NULL; | |||
ObjectMolecule *obj; | ObjectMolecule *obj; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |