1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-13 19:47:06 +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

@ -207,12 +207,12 @@ using GenericHMCRunnerHirep =
// sp2n
template <template <typename, typename, typename> class Integrator>
using GenericSp2nHMCRunner = HMCWrapperTemplate<SymplPeriodicGimplR, Integrator>;
using GenericSp2nHMCRunner = HMCWrapperTemplate<SpPeriodicGimplR, Integrator>;
template <class RepresentationsPolicy,
template <typename, typename, typename> class Integrator>
using GenericSp2nHMCRunnerHirep =
HMCWrapperTemplate<SymplPeriodicGimplR, Integrator, RepresentationsPolicy>;
HMCWrapperTemplate<SpPeriodicGimplR, Integrator, RepresentationsPolicy>;