[yoda-svn] r384 - trunk/include/YODA

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Sep 1 16:42:03 BST 2011


Author: mkawalec
Date: Thu Sep  1 16:42:03 2011
New Revision: 384

Log:
Added an apropriate comment to the Axis2D::rebin()

Modified:
   trunk/include/YODA/Axis2D.h

Modified: trunk/include/YODA/Axis2D.h
==============================================================================
--- trunk/include/YODA/Axis2D.h	Thu Sep  1 16:41:02 2011	(r383)
+++ trunk/include/YODA/Axis2D.h	Thu Sep  1 16:42:03 2011	(r384)
@@ -312,6 +312,7 @@
     }
 
     /// Rebin by an interger factor
+    /// NOT YET WORKING!!11!!1111
     void rebin(size_t factorX, size_t factorY) {
       if (!isGrid()) throw GridError("Rebinning by a factor can only act on full grids!");
       if(factorX < 1 || factorY < 1) throw RangeError("Factors cannot be smaller than unity!");


More information about the yoda-svn mailing list