mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +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)
|
[](ComplexD &res, const MatLeft &a, const MatRight &b)
|
||||||
{
|
{
|
||||||
res = 0.;
|
res = 0.;
|
||||||
thread_for(r,a.rows()
|
thread_for(r,a.rows(),
|
||||||
{
|
{
|
||||||
ComplexD tmp;
|
ComplexD tmp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user