toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/internal vector.hh


From: Tom Drummond
Subject: [Toon-members] TooN/internal vector.hh
Date: Mon, 20 Apr 2009 17:54:06 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/20 17:54:06

Modified files:
        internal       : vector.hh 

Log message:
        use DefaultPrecision

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/vector.hh?cvsroot=toon&r1=1.38&r2=1.39

Patches:
Index: vector.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vector.hh,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- vector.hh   12 Apr 2009 09:48:56 -0000      1.38
+++ vector.hh   20 Apr 2009 17:54:06 -0000      1.39
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-template<int Size=-1, typename Precision=double, typename Base=Internal::VBase>
+template<int Size=-1, typename Precision=DefaultPrecision, typename 
Base=Internal::VBase>
 class Vector : public Base::template VLayout<Size, Precision> {
 public:
   // sneaky hack: only one of these constructors will work with any given base




reply via email to

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