mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Rename Sympl* to Sp*
This commit is contained in:
@ -48,7 +48,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
RealD beta = 6 ;
|
||||
|
||||
SymplWilsonGaugeActionR Waction(beta);
|
||||
SpWilsonGaugeActionR Waction(beta);
|
||||
|
||||
auto GridPtr = TheHMC.Resources.GetCartesian();
|
||||
auto GridRBPtr = TheHMC.Resources.GetRBCartesian();
|
||||
|
@ -38,7 +38,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
RealD beta = 6.7 ;
|
||||
|
||||
SymplWilsonGaugeActionR Waction(beta);
|
||||
SpWilsonGaugeActionR Waction(beta);
|
||||
|
||||
auto GridPtr = TheHMC.Resources.GetCartesian();
|
||||
auto GridRBPtr = TheHMC.Resources.GetRBCartesian();
|
||||
|
@ -38,7 +38,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
RealD beta = 7.2 ;
|
||||
|
||||
SymplWilsonGaugeActionR Waction(beta);
|
||||
SpWilsonGaugeActionR Waction(beta);
|
||||
|
||||
auto GridPtr = TheHMC.Resources.GetCartesian();
|
||||
auto GridRBPtr = TheHMC.Resources.GetRBCartesian();
|
||||
|
@ -80,7 +80,7 @@ int main(int argc, char **argv)
|
||||
// that have a complex construction
|
||||
// standard
|
||||
RealD beta = 8.0 ;
|
||||
SymplWilsonGaugeActionR Waction(beta);
|
||||
SpWilsonGaugeActionR Waction(beta);
|
||||
|
||||
ActionLevel<HMCWrapper::Field> Level1(1);
|
||||
Level1.push_back(&Waction);
|
||||
|
Reference in New Issue
Block a user