mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +01:00
Test_hmc_WilsonGauge_Implicit compiles
This commit is contained in:
@ -44,7 +44,7 @@ struct RMHMCActionParameters: Serializable {
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
using namespace Grid;
|
||||
using namespace Grid::QCD;
|
||||
// using namespace Grid::QCD;
|
||||
|
||||
Grid_init(&argc, &argv);
|
||||
GridLogIntegrator.Active(1);
|
||||
@ -55,7 +55,8 @@ int main(int argc, char **argv) {
|
||||
// Typedefs to simplify notation
|
||||
typedef GenericHMCRunner<ImplicitMinimumNorm2> HMCWrapper; // Uses the default minimum norm
|
||||
// Serialiser
|
||||
typedef Grid::JSONReader Serialiser;
|
||||
// typedef Grid::JSONReader Serialiser;
|
||||
typedef Grid::XmlReader Serialiser;
|
||||
|
||||
|
||||
HMCWrapper TheHMC;
|
||||
|
Reference in New Issue
Block a user