From add9973b67d0e7ca3acc17a20b816869e5069890 Mon Sep 17 00:00:00 2001 From: Peter Steinbach Date: Wed, 26 Jul 2017 17:21:17 +0200 Subject: [PATCH] fixed typo --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 35b344f..646c74d 100644 --- a/main.cpp +++ b/main.cpp @@ -43,7 +43,7 @@ unsigned int num_times = 100; unsigned int deviceIndex = 0; bool use_float = false; bool output_as_csv = false; -std::string csv_seperator = ","; +std::string csv_separator = ","; template void check_solution(const unsigned int ntimes, std::vector& a, std::vector& b, std::vector& c, T& sum);