mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
minor scalar HMC code improvement
This commit is contained in:
@ -76,7 +76,7 @@ struct HMCparameters: Serializable {
|
||||
|
||||
template < class ReaderClass >
|
||||
void initialize(Reader<ReaderClass> &TheReader){
|
||||
std::cout << "Reading HMC\n";
|
||||
std::cout << GridLogMessage << "Reading HMC\n";
|
||||
read(TheReader, "HMC", *this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user