mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-20 04:34:29 +00:00
Adding ScalarField theory
This commit is contained in:
@@ -269,6 +269,9 @@ private:
|
||||
// here gauge
|
||||
Read.push("Action");
|
||||
do{
|
||||
// I need to modify the Factory generator depending on the Implementation
|
||||
// Solution: pass the field as a template parameter
|
||||
//auto &ActionFactory = HMC_ScalarActionModuleFactory<gauge_string, ReaderClass>::getInstance();
|
||||
auto &ActionFactory = HMC_LGTActionModuleFactory<gauge_string, ReaderClass>::getInstance();
|
||||
std::string action_type;
|
||||
Read.readDefault("name", action_type);
|
||||
|
||||
Reference in New Issue
Block a user