Revert "Reorganizing epanet header"

This reverts commit c8803a9f1b.
This commit is contained in:
Michael Tryby
2018-08-22 15:05:48 -04:00
parent f66d4c68d9
commit fafad2a070
2 changed files with 824 additions and 880 deletions

File diff suppressed because it is too large Load Diff

View File

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