[Rcpp-commits] r3377 - pkg/int64/inst/include/int64

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Nov 17 10:57:45 CET 2011


Author: romain
Date: 2011-11-17 10:57:44 +0100 (Thu, 17 Nov 2011)
New Revision: 3377

Modified:
   pkg/int64/inst/include/int64/LongVector.h
Log:
FIXME was fixed

Modified: pkg/int64/inst/include/int64/LongVector.h
===================================================================
--- pkg/int64/inst/include/int64/LongVector.h	2011-11-17 09:49:50 UTC (rev 3376)
+++ pkg/int64/inst/include/int64/LongVector.h	2011-11-17 09:57:44 UTC (rev 3377)
@@ -219,7 +219,6 @@
             for( int i=0; i<n; i++){
                 x[i] = get(i) ;
             }
-            // FIXME: deal with decreasing
             if( decreasing ){
                 std::sort( x.begin(), x.end(), std::greater<LONG>() ) ;
             } else {



More information about the Rcpp-commits mailing list