mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-16 14:33:17 +01:00
Preparing for multigrid parameter consolidation and clean up of code, rationalise the different variants.
This commit is contained in:
@@ -51,7 +51,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
RealD mass = -0.25;
|
||||
|
||||
MultiGridParams mgParams;
|
||||
WilsonMGParams mgParams;
|
||||
std::string inputXml{"./mg_params.xml"};
|
||||
|
||||
if(GridCmdOptionExists(argv, argv + argc, "--inputxml")) {
|
||||
|
||||
Reference in New Issue
Block a user