Reorganizing epanet header
This commit is contained in:
1698
include/epanet2.h
1698
include/epanet2.h
File diff suppressed because it is too large
Load Diff
@@ -113,7 +113,7 @@ BOOST_FIXTURE_TEST_CASE(test_epanet, Fixture)
|
|||||||
|
|
||||||
BOOST_FIXTURE_TEST_CASE(test_hyd_step, Fixture)
|
BOOST_FIXTURE_TEST_CASE(test_hyd_step, Fixture)
|
||||||
{
|
{
|
||||||
int flag = 00;
|
int flag = EN_NOSAVE;
|
||||||
long t, tstep;
|
long t, tstep;
|
||||||
|
|
||||||
error = EN_openH(ph);
|
error = EN_openH(ph);
|
||||||
@@ -180,8 +180,6 @@ BOOST_FIXTURE_TEST_CASE(test_hyd_qual_step, Fixture)
|
|||||||
BOOST_REQUIRE(error == 0);
|
BOOST_REQUIRE(error == 0);
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
||||||
|
|
||||||
error = EN_runH(ph, &t);
|
error = EN_runH(ph, &t);
|
||||||
BOOST_REQUIRE(error == 0);
|
BOOST_REQUIRE(error == 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user