Gadget
global.h
Go to the documentation of this file.
1 #include "runid.h"
2 #include "errorhandler.h"
3 #ifndef GLOBAL_H
4 #define GLOBAL_H
5 
6 extern RunID RUNID;
7 extern ErrorHandler handle;
8 
9 #endif
This is the class used to handle errors in the model, by displaying error messages to the user and lo...
Definition: errorhandler.h:14
This is the class used to store information about the machine used for, and the time of,...
Definition: runid.h:10
ErrorHandler handle
Definition: global.cc:4
RunID RUNID
Definition: global.cc:3