From ebbcfa4973626707c2036fce36cb7779d0982848 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Fri, 13 Dec 2019 19:11:25 +0300 Subject: [PATCH] Output improved --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index a86fd01..a601263 100644 --- a/main.cpp +++ b/main.cpp @@ -105,7 +105,7 @@ vector get_function_class(MyFunction f, const vector< MyMatrix >& tr cur_res.insert(cur_f); } - set transformed_res; + set transformed_res(cur_res.begin(), cur_res.end()); for (auto f: cur_res) { for (auto transformation: tranformations) { MyFunction linear_transformed = get_function_from_callable(