toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN helpers.h


From: Edward Rosten
Subject: [Toon-members] TooN helpers.h
Date: Thu, 18 Jun 2009 14:48:44 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/06/18 14:48:44

Modified files:
        .              : helpers.h 

Log message:
        Added correct namespace qualification for SizeMismatch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/helpers.h?cvsroot=toon&r1=1.68&r2=1.69

Patches:
Index: helpers.h
===================================================================
RCS file: /cvsroot/toon/TooN/helpers.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- helpers.h   9 Jun 2009 13:33:22 -0000       1.68
+++ helpers.h   18 Jun 2009 14:48:44 -0000      1.69
@@ -192,7 +192,7 @@
        namespace Internal {
                template <int R, int C, typename P, typename B>
                inline Matrix<R, C, P> exp_taylor( const Matrix<R,C,P,B> & m ){
-                       SizeMismatch<R, C>::test(m.num_rows(), m.num_cols());
+                       TooN::SizeMismatch<R, C>::test(m.num_rows(), 
m.num_cols());
                        Matrix<R,C,P> result = TooN::Zeros(m.num_rows(), 
m.num_cols());
                        Matrix<R,C,P> f = TooN::Identity(m.num_rows());
                        P k = 1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]