build: разделение программы

master
KuzmenkoEA 12 месяцев назад
Родитель 3055885661
Сommit eb8fa30c2e

@ -1,9 +1,9 @@
#ifndef HISTOGRAM_H_INCLUDED #ifndef HISTOGRAM_H_INCLUDED
#define HISTOGRAM_H_INCLUDED #define HISTOGRAM_H_INCLUDED
#include <vector> #include <vector>
std::vector<size_t> std::vector<double>
make_histogram(const std::vector<double>& numbers, size_t bin_count); make_histogram(const std::vector<double>& numbers, size_t bin_count);
#endif #endif

Загрузка…
Отмена
Сохранить