Skip to content

Bugfix release: Ltoi() had old logic

Compare
Choose a tag to compare
@chewxy chewxy released this 26 Oct 00:07
· 63 commits to master since this release
acfbdb8

previous versions of At(...) and SetAt(...) failed when given a row vec. This was due to an older definition of vectors. That definition had been replaced with more semantically valid types (i.e. row vec and colvec), and so the Ltoi() function which powers that also needs to change.