V_closeErrorEventFile
FunctionRestore default printing of error messages into stderr.
Syntax C/C++#include <VecLib.h>
void V_closeErrorEventFile( void );
Pascal/Delphiuses VecLib;
procedure V_closeErrorEventFile;
DescriptionAfter error messages have been redirected into an event file by V_setErrorEventFile, the default is restored by V_closeErrorEventFile and any further messages will be printed into stderr which normally is the screen (see chapter 5.5). Both of these functions will not be included in versions of VectorLib for compilers that do already offer the possibility of printing error messages simultaneously to the screen and to an event file.
Error handlingnone
Return valuenone
See alsoV_noteError,   V_setErrorEventFile,   _matherr (C/C++ only)

VectorLib Table of Contents  OptiVec home