QedFVol: Change variables of type "double" to type "Real".

This commit is contained in:
James Harrison
2016-11-01 16:06:05 +00:00
parent 00a7b95631
commit 78c7bcee36
+2 -2
View File
@@ -90,8 +90,8 @@ int main(int argc, char *argv[])
}
}
double vol = grid.gSites();
double faces = (1.0 * Nd * (Nd - 1)) / 2.0;
Real vol = grid.gSites();
Real faces = (1.0 * Nd * (Nd - 1)) / 2.0;
Complex avgPlaqA = sum(trace(plaqA));
avgPlaqA = avgPlaqA / vol / faces;