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