mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
Correct mass
This commit is contained in:
@ -98,7 +98,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
const int Ls = 12;
|
||||
Real beta = 2.25;
|
||||
Real light_mass = 0.002;
|
||||
Real light_mass = 0.004;
|
||||
Real strange_mass = 0.02661;
|
||||
Real pv_mass = 1.0;
|
||||
RealD M5 = 1.8;
|
||||
|
Reference in New Issue
Block a user