Loading src/libnptm/tra_subs.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
src/libnptm/tra_subs.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading