Daylight v4.9
Release Date: 1 February 2008

Name

dt_errorclear - discard pending error messages

Generic Prototype

dt_errorclear(void) => void

C Prototype

#include "dt_smiles.h"

void dt_errorclear(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

logical dt_f_errorclear()

Description

This function discards the internal error messages and clears the internal queue. This does not affect associated error objects such as sequences and string objects previously returned by dt_errors(3).

Return Value

The FORTRAN version always returns logical TRUE. The C version returns void.

Related Topics

dt_errorworst(3) dt_errorsave(3) dt_errors(3) dt_smilinerrors(3)