From: Allen B. <al...@vr...> - 2003-02-27 23:45:51
|
Patrick Hartling wrote: > Shouldn't there be a GMTL version number bump after this change? It > breaks code that uses operator[] to access mData as an array, right? > > -Patrick You are right, there should probably be a version number increase. -Allen > > > ------------------------------------------------------------------------ > > Subject: > [ggt-checkins] cvs commit: GGT/modules/GMTL ChangeLog > GGT/modules/GMTL/gmtl Matrix.h MatrixOps.h > From: > Allen Bierbaum <al...@us...> > Date: > Mon, 24 Feb 2003 21:17:00 -0800 > To: > ggt...@li... > > > allenb 2003/02/24 21:17:00 PST > > Modified files: > modules/GMTL ChangeLog > modules/GMTL/gmtl Matrix.h MatrixOps.h > Log: > Changed Matrix::op[] to allow element access in row, column form. > To access the matrix elements directly, you must now use Matrix::mData[elt]. > > Revision Changes Path > 1.66 +3 -0 GGT/modules/GMTL/ChangeLog > 1.25 +31 -6 GGT/modules/GMTL/gmtl/Matrix.h > 1.28 +8 -8 GGT/modules/GMTL/gmtl/MatrixOps.h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.65&r2=1.66&diff_format=l > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.24&r2=1.25&diff_format=l > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.27&r2=1.28&diff_format=l > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > ggt-checkins mailing list > ggt...@li... > https://lists.sourceforge.net/lists/listinfo/ggt-checkins |