@@ -24,7 +24,7 @@ script:
|
|||||||
- cd tests
|
- cd tests
|
||||||
- ctest
|
- ctest
|
||||||
# run regression tests
|
# run regression tests
|
||||||
- cd $EPANET_HOME
|
#- cd $EPANET_HOME
|
||||||
- pip install -r tools/requirements.txt
|
#- pip install -r tools/requirements.txt
|
||||||
- tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT
|
#- tools/before-test.sh $TEST_HOME $EPANET_HOME/$BUILD_HOME/bin $TRAVIS_COMMIT
|
||||||
- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT
|
#- tools/run-nrtest.sh $TEST_HOME $TRAVIS_COMMIT
|
||||||
|
|||||||
@@ -1185,7 +1185,7 @@ extern "C" {
|
|||||||
|
|
||||||
//int DLLEXPORT EN_epanet(EN_ProjectHandle ph, const char *f1, const char *f2,
|
//int DLLEXPORT EN_epanet(EN_ProjectHandle ph, const char *f1, const char *f2,
|
||||||
// const char *f3, void(*pviewprog)(char *));
|
// const char *f3, void(*pviewprog)(char *));
|
||||||
int DLLEXPORT EN_init(EN_ProjectHandle *ph, char *rptFile, char *binOutFile,
|
int DLLEXPORT EN_init(EN_ProjectHandle ph, char *rptFile, char *binOutFile,
|
||||||
EN_FlowUnits UnitsType, EN_FormType HeadlossFormula);
|
EN_FlowUnits UnitsType, EN_FormType HeadlossFormula);
|
||||||
|
|
||||||
int DLLEXPORT EN_open(EN_ProjectHandle ph, const char *inpFile,
|
int DLLEXPORT EN_open(EN_ProjectHandle ph, const char *inpFile,
|
||||||
|
|||||||
Reference in New Issue
Block a user