46 #ifndef EPETRA_OSKIERROR_H 
   47 #define EPETRA_OSKIERROR_H 
   50 #include <oski/oski.h> 
Epetra_OskiError()
Default Constructor. 
 
virtual ~Epetra_OskiError()
Destructor. 
 
Epetra_OskiError OskiGetErrorHandler()
Gets a pointer to the current error handler routine being used by OSKI. 
 
Epetra_OskiError: The Epetra OSKI Class to provide access to get and set error handling routines in O...
 
oski_errhandler_t ErrorHandler_
 
void OskiSetErrorHandler(Epetra_OskiError &NewErrorHandler)
Sets the error handling routine to be used by OSKI to NewErrorHandler.