1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-05 11:45:56 +01:00

comma fix

This commit is contained in:
Peter Boyle 2019-07-18 21:38:11 +01:00
parent 331f5a53dc
commit 9fa705c5a0

View File

@ -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;