|
#ifndef HISTOGRAM_H_INCLUDED
|
|
#define HISTOGRAM_H_INCLUDED
|
|
#include "histogram.cpp" //Âîçìîæíî, êîñòûëü. Íî áåç ýòîãî íå ðàáîòàåò!
|
|
#include <vector>
|
|
|
|
std::vector<double> MakeHistogram(const std::vector<double>& marks, int NCharts);
|
|
|
|
#endif // HISTOGRAM_H_INCLUDED
|