* fixes integer overflow in uni-dimensional index of weights in ``ndl.ndl`` that results in wrong learning in weight matrices with more than 4294967295 cells
* please relearn any weights where number of cues times numbers of outcomes exceeds 4294967295 (sorry for this bug)
* thanks to Yuying for finding it