Borderbasix

Functions | Variables
Error.H File Reference
#include <stdio.h>
#include <stdarg.h>
#include <stream.h>
#include <fstream.h>
#include <cmath>

Go to the source code of this file.

Functions

void Error (char *myformat,...)
 

Variables

const char * ERR_SPACE = "\n NOT ENOUGH MEMORY "
 
const char * ERR_RANGE = "\n INDEX OUT OF RANGE "
 
const char * ERR_INIT = "\n INITIALIZATIONS NOT PERFECT "
 
const char * ERR_OPEN_FILE = "\n IMPOSSIBLE TO OPEN FILE "
 
const char * ERR_DIM = "\n Dimension check failure "
 
const char * ERR_POSITIVE = "\n Exposant not positive "
 
const char * ERR_FUNCTION = "Function: "
 
const char * ERR_CONSTRUCTOR = "Constructor: "
 
const char * ERR_OPERATOR = "Operator: "
 
const char * ERR_METH = "Method: "
 
const char * MFORMAT = "%G"
 

Function Documentation

void Error ( char *  myformat,
  ... 
)

Variable Documentation

const char* ERR_CONSTRUCTOR = "Constructor: "
const char* ERR_DIM = "\n Dimension check failure "
const char* ERR_FUNCTION = "Function: "
const char* ERR_INIT = "\n INITIALIZATIONS NOT PERFECT "
const char* ERR_METH = "Method: "
const char* ERR_OPEN_FILE = "\n IMPOSSIBLE TO OPEN FILE "
const char* ERR_OPERATOR = "Operator: "
const char* ERR_POSITIVE = "\n Exposant not positive "
const char* ERR_RANGE = "\n INDEX OUT OF RANGE "
const char* ERR_SPACE = "\n NOT ENOUGH MEMORY "
const char* MFORMAT = "%G"
Home  |  Download & InstallContributions