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

@@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(test_demand_categories)
int error = 0;
int Nindex, ndem;
EN_ProjectHandle ph = NULL;
EN_Project ph = NULL;
error = EN_createproject(&ph);
error = EN_open(ph, path_inp.c_str(), path_rpt.c_str(), path_out.c_str());