diff Histogram.h @ 8:c83c27796fad

Added sub from hist, added "total" to print and return when bar is zero
author Me
date Sat, 20 Nov 2010 08:41:39 +0100
parents fa6a281bd854
children 060d63cb5d34
line diff
     1.1 --- a/Histogram.h	Sun Nov 14 11:11:44 2010 -0800
     1.2 +++ b/Histogram.h	Sat Nov 20 08:41:39 2010 +0100
     1.3 @@ -59,6 +59,9 @@
     1.4  void inline
     1.5  addIntervalToHist( int32 startIntvl, int32 endIntvl, Histogram *hist );
     1.6  
     1.7 +void inline
     1.8 +subIntervalFromHist( int32 startIntvl, int32 endIntvl, Histogram *hist );
     1.9 +
    1.10  void
    1.11  printHist( Histogram *hist );
    1.12