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); ENrunH(&t);
ENrunQ(&qt); ENrunQ(&qt);
// collect results // collect results
ENnextQ(&qstep);
ENnextH(&tstep); ENnextH(&tstep);
ENnextQ(&qstep);
} while (tstep > 0); } while (tstep > 0);
ENcloseQ(); ENcloseQ();
ENcloseH(); ENcloseH();