Daylight v4.9 Release Date: 1 February 2008 Namedt_thor_tdtrevise - rewrite a TDT in preparation for storageGeneric Prototypedt_thor_tdtrevise(dt_Handle) => dt_BooleanC Prototype#include "dt_thor.h"dt_Boolean dt_thor_tdtrevise(dt_Handle tdt) FORTRAN Prototypeinclude 'dt_f_thor.inc'logical dt_f_thor_tdtrevise(tdt) integer*4 tdt DescriptionRevises a TDT in preparation for storing in a Thor database. This function is normally called by dt_thor_tdtput(3) but can be called directly. See the description of dt_thor_tdtput(3) for an explanation of the normalizations and changes which occur.Return ValueReturns the success (TRUE) or failure (FALSE) of the operation.Related Topicsdt_thor_tdtget(3) dt_thor_tdtmerge(3) dt_thor_tdtput(3) dt_thor_tdtputforced(3) dt_thor_tdtputraw(3) dt_thor_tdtremove(3) dt_thor_xrefget(3) |