toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal matrix.hh vector.hh


From: Edward Rosten
Subject: [Toon-members] TooN/internal matrix.hh vector.hh
Date: Fri, 27 Mar 2009 15:42:47 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/03/27 15:42:47

Modified files:
        internal       : matrix.hh vector.hh 

Log message:
        Added ref() methods.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/matrix.hh?cvsroot=toon&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/vector.hh?cvsroot=toon&r1=1.26&r2=1.27

Patches:
Index: matrix.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/matrix.hh,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- matrix.hh   26 Mar 2009 14:31:46 -0000      1.20
+++ matrix.hh   27 Mar 2009 15:42:46 -0000      1.21
@@ -157,4 +157,9 @@
 
            return *this;
        }
+
+       Matrix& ref()
+       {
+               return *this;
+       }
 };

Index: vector.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vector.hh,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- vector.hh   27 Mar 2009 11:39:50 -0000      1.26
+++ vector.hh   27 Mar 2009 15:42:46 -0000      1.27
@@ -121,4 +121,9 @@
                return *this;
        }
 
+       Vector& ref()
+       {
+               return *this;
+       }
+
 };




reply via email to

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