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