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