Replaced EN_ProjectHandle with EN_Project in unit tests

This commit is contained in:
Lew Rossman
2018-11-27 15:16:12 -05:00
parent 9a540cc0f4
commit 24d90a530d
7 changed files with 11 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ using namespace std;
void epanet_thread(long i)
{
int errorcode = 0;
EN_ProjectHandle ph;
EN_Project ph;
string prefix = "example_";
string suffix = ".inp";