1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 16:27:05 +01:00

Rename Sympl* to Sp*

This commit is contained in:
Alessandro Lupo
2023-04-18 11:50:20 +01:00
parent dace904c10
commit 5aabe074fe
8 changed files with 15 additions and 15 deletions

View File

@ -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);