Commit 611b2eff authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix expansion order in ffrt()

parent f1731d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ void ffrt(

  ctqce = new complex<double>[3]();
  ctqcs = new complex<double>[3]();
  for (int l60 = 1; l60 < cil->le; l60++) {
  for (int l60 = 1; l60 <= cil->le; l60++) {
    int lpo = l60 + 1;
    int il = l60 * lpo;
    int ltpo = l60 + lpo;