1700
include/epanet2.h
1700
include/epanet2.h
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user