Displays or logs a message and causes the application to terminate. The exact behavior depends on what routine has been registered with IVESetFatalHandler.
#include "ive_processbase.h"
void IVEReportFatal(const char* message);
subroutine IVEReportFatal(message)
character*(*) message
IVESetFatalHandler, IVEGetFatalHandler, and IVEFatalHandler
| categories | alphabetical |
modified August 22, 2001
Eric Branlund (eric@msg.ucsf.edu)