Commited Mon. May 03, 2010 at 03:37:53 PM EDT
fmat::pack no longer templated, casts values to fmatReal. If you want a different type, fmat::packT<> is available instead.
This is so pack(0,0,1) doesn't return Column<3,int> unless you really mean to (by using packT)
http://bugs.tekkotsu.org/show_bug.cgi?id=281