Reorganizing epanet header

This commit is contained in:
Michael Tryby
2018-07-06 17:42:27 -04:00
parent a93465e1cc
commit c8803a9f1b
2 changed files with 937 additions and 879 deletions

View File

@@ -113,7 +113,7 @@ BOOST_FIXTURE_TEST_CASE(test_epanet, Fixture)
BOOST_FIXTURE_TEST_CASE(test_hyd_step, Fixture)
{
int flag = 00;
int flag = EN_NOSAVE;
long t, tstep;
error = EN_openH(ph);
@@ -180,8 +180,6 @@ BOOST_FIXTURE_TEST_CASE(test_hyd_qual_step, Fixture)
BOOST_REQUIRE(error == 0);
do {
error = EN_runH(ph, &t);
BOOST_REQUIRE(error == 0);