mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
Moving registrations in an independent file
This commit is contained in:
@ -105,7 +105,6 @@ class HMCMinimumNorm2: public HMCModule< QCD::GenericHMCRunnerTemplate<Implement
|
||||
|
||||
// aquire resource
|
||||
virtual void initialize(){
|
||||
std::cout << "Initializing the pointer" << std::endl;
|
||||
this->HMCPtr.reset(new QCD::GenericHMCRunnerTemplate<ImplementationPolicy, RepresentationPolicy, QCD::MinimumNorm2>(this->Par_));
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user