IVEGetCurrTime determines the current time.
#include "ive_standards.h"
#include "ive_time.h"
void IVEGetCurrTime(IVETimeValue* p_time);
There is no Fortran interface.
Inclusion of ive_standards.h sets certain feature-set macros. It is safest to include it before any other headers to avoid inconsistent definitions.
IVECalcTimeDiff and IVETimeValue
modified May 7, 2002
Eric Branlund (eric@msg.ucsf.edu)