toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN helpers.h so2.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN helpers.h so2.h
Date: Wed, 25 Mar 2009 22:33:21 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      09/03/25 22:33:21

Modified files:
        .              : helpers.h so2.h 

Log message:
        renamed Fill to Copy

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/helpers.h?cvsroot=toon&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/TooN/so2.h?cvsroot=toon&r1=1.3&r2=1.4

Patches:
Index: helpers.h
===================================================================
RCS file: /cvsroot/toon/TooN/helpers.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- helpers.h   25 Mar 2009 22:03:45 -0000      1.32
+++ helpers.h   25 Mar 2009 22:33:21 -0000      1.33
@@ -81,7 +81,7 @@
                }
        };
        
-       struct Fill
+       struct Copy
        {
                template<int R, int C, class P, class B, class Data> static 
void eval(Matrix<R, C, P, B>& m, const Data * data)
                {

Index: so2.h
===================================================================
RCS file: /cvsroot/toon/TooN/so2.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- so2.h       25 Mar 2009 21:24:20 -0000      1.3
+++ so2.h       25 Mar 2009 22:33:21 -0000      1.4
@@ -139,7 +139,7 @@
   static double generator[4] = {0,-1,1,0};
 }
 
-template <class Precision> Matrix<2,2, Precision> 
SO2<Precision>::my_generator(SO2static::generator, 2, 2, 
Operator<Internal::Fill>());
+template <class Precision> Matrix<2,2, Precision> 
SO2<Precision>::my_generator(SO2static::generator, 2, 2, 
Operator<Internal::Copy>());
 
 #ifndef TOON_NO_NAMESPACE
 }




reply via email to

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