@ -5,7 +5,7 @@
#include "histogram.h"
using namespace std;
static
void
find_minmax(vector<double> numbers, double &min, double &max)
{
min = numbers[0];