]> git.tdb.fi Git - libs/math.git/commit
Fix Matrix template copy constructor
authorMikko Rasa <tdb@tdb.fi>
Sat, 18 May 2013 18:31:41 +0000 (21:31 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 18 May 2013 18:32:32 +0000 (21:32 +0300)
commit03f70f6ba9622bb2840a14fc50ac72201cc533b5
tree0cb11f6b61d0f8922383eff347002d2ad28aa76c
parent29465bb366457a0087f2391cbb30ab04171fa1ff
Fix Matrix template copy constructor

A different version of the template is a different class, so the data
member can't be accessed directly.
source/linal/matrix.h