mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-02 12:47:07 +01:00
Added TwoFlavorsEO
Had to remove a conformability check in the Derivative of SchurDiff, see the comments in the file
This commit is contained in:
@@ -68,7 +68,10 @@ int main(int argc, char **argv) {
|
||||
// Construct the module
|
||||
auto myHMCmodule = HMCfactory.create(HMCpar.MD.name, Reader);
|
||||
|
||||
myHMCmodule->getPtr()->initialize(Reader);
|
||||
myHMCmodule->getPtr()->Run();
|
||||
|
||||
Grid_finalize();
|
||||
|
||||
|
||||
/*
|
||||
@@ -100,10 +103,6 @@ int main(int argc, char **argv) {
|
||||
*/
|
||||
|
||||
|
||||
myHMCmodule->getPtr()->initialize(Reader);
|
||||
myHMCmodule->getPtr()->Run();
|
||||
|
||||
|
||||
Grid_finalize();
|
||||
|
||||
} // main
|
||||
|
Reference in New Issue
Block a user