#include <stdio.h>
#include <stdarg.h>
#include <stream.h>
#include <fstream.h>
#include <cmath>
Go to the source code of this file.
void Error |
( |
char * |
myformat, |
|
|
|
... |
|
) |
| |
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" |