Rolling back errormanager
This commit is contained in:
@@ -70,7 +70,7 @@ ENDIF (MSVC)
|
||||
|
||||
# configure file groups
|
||||
file(GLOB EPANET_SOURCES src/*.c)
|
||||
file(GLOB EPANET_LIB_ALL src/*)
|
||||
file(GLOB EPANET_LIB_ALL src/*.c src/*.h)
|
||||
source_group("Library" FILES ${EPANET_LIB_ALL})
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ AUTHOR: L. Rossman
|
||||
|
||||
//#include "epanet2.h"
|
||||
#include "hash.h"
|
||||
#include "util/errormanager.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -925,8 +924,6 @@ typedef struct EN_Project {
|
||||
TmpOutFname[MAXFNAME+1], // Temporary output file name
|
||||
TmpStatFname[MAXFNAME+1]; // Temporary statistic 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