mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 11:45:56 +01:00
comma fix
This commit is contained in:
parent
331f5a53dc
commit
9fa705c5a0
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user