Daylight v4.9
Release Date: 1 February 2008

Name

dt_thor_tdtrevise - rewrite a TDT in preparation for storage

Generic Prototype

dt_thor_tdtrevise(dt_Handle) => dt_Boolean

C Prototype

#include "dt_thor.h"

dt_Boolean dt_thor_tdtrevise(dt_Handle tdt)

FORTRAN Prototype

include 'dt_f_thor.inc'

logical dt_f_thor_tdtrevise(tdt)

integer*4 tdt

Description

Revises 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 Value

Returns the success (TRUE) or failure (FALSE) of the operation.

Related Topics

dt_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)