Correct typo in S(q,t) exec

Este commit está contenido en:
J.-S. Caux 2019-12-09 08:54:36 +01:00
padre 10b10574c6
commit 694578be19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -66,7 +66,7 @@ int main(int argc, char* argv[])
while (RAW_infile.peek() != EOF) {
RAW_infile >> omega >> iK >> FF >> dev >> label;
for (int it = 0; it < Npts_t; ++it)
for (int it = 0; it <= Npts_t; ++it)
FT[it][iK] += FF * FF * exp(II * omega * tlattice[it]);
}
RAW_infile.close();