mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00: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…
Reference in New Issue
Block a user