statistics.hh:
authorLisa Hsu <hsul@eecs.umich.edu>
Sat, 1 Nov 2003 23:17:46 +0000 (18:17 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Sat, 1 Nov 2003 23:17:46 +0000 (18:17 -0500)
add enum to Bin::VectorBin

base/statistics.hh:
    add enum to Bin::VectorBin

--HG--
extra : convert_revision : a05aef30ca85bf5c0d1f5155e1dff3fb34fd7777

base/statistics.hh

index 056adea57fb52d1ae17f3be4e7403c3851b32603..db08f14f73556cf7d9f006632445d2a811de6ce2 100644 (file)
@@ -2277,6 +2277,7 @@ struct StatBin : public GenBin
         int _size;
 
       public:
+        enum { binned = true };
         VectorBin() : _size(0) {}
 
         bool initialized() const { return _size > 0; }