call ENnextH before ENnextQ

This commit is contained in:
Marios S. Kyriakou
2019-01-29 18:50:17 +02:00
committed by GitHub
parent d5e467fe47
commit 5adc02bc99

View File

@@ -87,8 +87,8 @@ Contributors to this version (listed in order of first contribution):
ENrunH(&t);
ENrunQ(&qt);
// collect results
ENnextQ(&qstep);
ENnextH(&tstep);
ENnextQ(&qstep);
} while (tstep > 0);
ENcloseQ();
ENcloseH();