Merge pull request #377 from Mariosmsk/patch-1

update example code Hydraulic & Quality analysis steps
This commit is contained in:
Elad Salomons
2019-01-30 19:47:32 +02:00
committed by GitHub

View File

@@ -80,14 +80,15 @@ Contributors to this version (listed in order of first contribution):
``` ```
ENopenH(); ENopenH();
ENopenQ();
ENinitH(0); ENinitH(0);
ENinitQ(EN_NOSAVE); ENinitQ(EN_NOSAVE);
do { do {
ENrunH(&t); ENrunH(&t);
ENrunQ(&qt); ENrunQ(&qt);
ENnextQ(&qstep);
// collect results // collect results
ENnextH(&tstep); ENnextH(&tstep);
ENnextQ(&qstep);
} while (tstep > 0); } while (tstep > 0);
ENcloseQ(); ENcloseQ();
ENcloseH(); ENcloseH();