toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN/doc documentation.h


From: Edward Rosten
Subject: [Toon-members] TooN/doc documentation.h
Date: Thu, 09 Jul 2009 09:36:05 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/07/09 09:36:04

Modified files:
        doc            : documentation.h 

Log message:
        Fixed bad documentation error with respect to slices.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/doc/documentation.h?cvsroot=toon&r1=1.29&r2=1.30

Patches:
Index: documentation.h
===================================================================
RCS file: /cvsroot/toon/TooN/doc/documentation.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- documentation.h     24 Jun 2009 15:15:44 -0000      1.29
+++ documentation.h     9 Jul 2009 09:36:04 -0000       1.30
@@ -216,9 +216,9 @@
                Slicing:
                @code
                Vector.slice<Start, End>();                            //Static 
slice
-               Vector.slice<>(start, end);                            
//Dynamic slice
+               Vector.slice(start, end);                              
//Dynamic slice
                Matrix.slice<RowStart, ColStart, NumRows, NumCols>();  //Static 
slice
-               Matrix.slice<>(rowstart, colstart, numrows, numcols);  
//Dynamic slice
+               Matrix.slice(rowstart, colstart, numrows, numcols);    
//Dynamic slice
                Matrix.diagonal_slice();                               //Get 
the leading diagonal as a vector.
                @endcode
 




reply via email to

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