mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Hadrons: merge typo
This commit is contained in:
parent
13a8997789
commit
1aa695cd78
@ -128,7 +128,7 @@ Module<P>::Module(const std::string name)
|
||||
template <typename P>
|
||||
void Module<P>::parseParameters(XmlReader &reader, const std::string name)
|
||||
{
|
||||
read(reader, name, par_);read(reader, name, par_);
|
||||
read(reader, name, par_);
|
||||
}
|
||||
|
||||
template <typename P>
|
||||
|
Loading…
Reference in New Issue
Block a user