From 9fa705c5a01b8b5758e287ba3a08b97f3bfa7f09 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 18 Jul 2019 21:38:11 +0100 Subject: [PATCH] comma fix --- Hadrons/Utilities/ContractorBenchmark.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hadrons/Utilities/ContractorBenchmark.cc b/Hadrons/Utilities/ContractorBenchmark.cc index bba0afc8..d387cfec 100644 --- a/Hadrons/Utilities/ContractorBenchmark.cc +++ b/Hadrons/Utilities/ContractorBenchmark.cc @@ -313,7 +313,7 @@ void fullTrBenchmark(const unsigned int ni, const unsigned int nj, const unsigne [](ComplexD &res, const MatLeft &a, const MatRight &b) { res = 0.; - thread_for(r,a.rows() + thread_for(r,a.rows(), { ComplexD tmp;