Files
pymol-open-source/layer2/Mol2Typing.h
2021-08-20 11:24:10 -04:00

10 lines
137 B
C

/*
* Mol2 atom typing
*
* (c) Schrodinger, Inc.
*/
struct ObjectMolecule;
const char * getMOL2Type(ObjectMolecule * obj, int atm);