Adding errormanager to toolkit api
This commit is contained in:
@@ -23,6 +23,8 @@ AUTHOR: L. Rossman
|
||||
#include "epanet2.h"
|
||||
#include "hash.h"
|
||||
#include "mempool.h"
|
||||
#include "util/errormanager.h"
|
||||
|
||||
|
||||
/*********************************************************/
|
||||
/* All floats have been re-declared as doubles (7/3/07). */
|
||||
@@ -870,6 +872,8 @@ typedef struct EN_Project {
|
||||
Title[MAXTITLE][MAXMSG+1], /// Problem title
|
||||
MapFname[MAXFNAME+1]; /// Map file name
|
||||
|
||||
error_handle_t* error_handle; //Simple error manager
|
||||
|
||||
void (* viewprog) (char *); /* Pointer to progress viewing function */
|
||||
|
||||
} EN_Project;
|
||||
|
||||
Reference in New Issue
Block a user