ergosimulation/mpslib

There is a code error

Closed this issue · 1 comments

There is an error in MPSAlgorithm.cpp
Line 522
float val = _TI[z][y][z];
I think I wrote it like this
float val = _TI[z][y][x];