diff --git a/cpp_thread_test/dgemv_thread_safety.cpp b/cpp_thread_test/dgemv_thread_safety.cpp index d4b082f20..22505d03f 100644 --- a/cpp_thread_test/dgemv_thread_safety.cpp +++ b/cpp_thread_test/dgemv_thread_safety.cpp @@ -86,7 +86,7 @@ int main(int argc, char* argv[]){ std::cout<<"done\n"; std::cout<<"Comparing results from different threads..."<(randomMatSize); j++){ if (std::abs(vecBlock[i+1][j] - vecBlock[1][j]) > 1.0E-13){ //i+1 is the index of vector y, for a given thread std::cout<<"ERROR: one of the threads returned a different result! Index : "<