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

master
KuzmenkoEA 1 год назад
Родитель 8a408f6085
Сommit 10ca1b3023

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

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