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: Wed, 29 Apr 2009 22:45:53 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Tom Drummond <twd20>    09/04/29 22:45:53

Modified files:
        internal       : vector.hh 

Log message:
        doc bug fix

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

Patches:
Index: vector.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/vector.hh,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- vector.hh   29 Apr 2009 22:42:31 -0000      1.43
+++ vector.hh   29 Apr 2009 22:45:53 -0000      1.44
@@ -402,8 +402,8 @@
           a.slice(2,3)[0] = 17;  /// a -> [1 2 17 4 5]
           @endcode
        */
-       template<Start, Length,Precision>
-       const Vector<Length>& slice() const;
+       template<Start, Length>
+       const Vector<Length,Precision>& slice() const;
        //@}
 
 #endif




reply via email to

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