From 3bae8d0bd075693a88563a225e8a2c2f3d248e76 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 12 Aug 2017 18:47:51 +0200 Subject: Indicate which intervals are closed and which are open --- histogram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.cpp b/histogram.cpp index be6ec41..5bb2133 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -136,7 +136,7 @@ int main(int argc,char **argv){ int tally=histogram[i]; int width=BARWIDTH*tally/maxtally; cout<