Toolkit Tutorial: Programming


  /* The atom stream is invalid when an atom is added to the molecule. */
 
dt_mod_on ( molecule );
 
dt_addatom ( molecule , 0 , 0 );
 
dt_mod_off ( molecule );
 
if ( dt_invalid ( container ) == 1 )
   
printf ( "The container is invalid.\n" );