mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 19:55:56 +01:00
QedFVol: Change variables of type "double" to type "Real".
This commit is contained in:
parent
00a7b95631
commit
78c7bcee36
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user