Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_reaction - allocate a new reaction object

Generic Prototype

dt_alloc_reaction(void) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_alloc_reaction(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_alloc_reaction()

Description

Allocates a new reaction object. The reaction is initially empty.

Return Value

Returns the handle of a new reaction object, or NULL_OB if an error is detected.

Related Topics

dt_addcomponent(3) dt_mod_is_on(3) dt_mod_off(3) dt_mod_on(3) dt_smilin(3)