mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
A2Aloop bugfix
This commit is contained in:
parent
b120ef1fe4
commit
ac530636ca
@ -112,7 +112,7 @@ void TA2ALoop<FImpl>::execute(void)
|
||||
loop = zero;
|
||||
for (unsigned int i = 0; i < left.size(); ++i)
|
||||
{
|
||||
loop += outerProduct(adj(left[i]), right[i]);
|
||||
loop += outerProduct(left[i], right[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user