Daylight v4.9 Release Date: 1 February 2008 Namedt_alloc_mol - allocate a new molecule objectGeneric Prototypedt_alloc_mol(void) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_alloc_mol(void) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_alloc_mol() DescriptionAllocates a new molecule object. The molecule is initially empty.Return ValueReturns the handle of a new molecule object, or NULL_OB if an error is detected.Related Topicsdt_addatom(3) dt_addbond(3) dt_mod_is_on(3) dt_mod_off(3) dt_mod_on(3) dt_smilin(3) |