fixed typo

This commit is contained in:
Peter Steinbach 2017-07-26 17:21:17 +02:00
parent 99fad100c6
commit add9973b67

View File

@ -43,7 +43,7 @@ unsigned int num_times = 100;
unsigned int deviceIndex = 0; unsigned int deviceIndex = 0;
bool use_float = false; bool use_float = false;
bool output_as_csv = false; bool output_as_csv = false;
std::string csv_seperator = ","; std::string csv_separator = ",";
template <typename T> template <typename T>
void check_solution(const unsigned int ntimes, std::vector<T>& a, std::vector<T>& b, std::vector<T>& c, T& sum); void check_solution(const unsigned int ntimes, std::vector<T>& a, std::vector<T>& b, std::vector<T>& c, T& sum);