mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-22 13:44:29 +00:00
Hadrons: better metadata for eigenpack
This commit is contained in:
@@ -256,11 +256,11 @@ void Module<P>::saveParameters(XmlWriter &writer, const std::string name)
|
||||
template <typename P>
|
||||
std::string Module<P>::parString(void) const
|
||||
{
|
||||
std::ostringstream s;
|
||||
XmlWriter writer("", "");
|
||||
|
||||
s << par();
|
||||
write(writer, par_.SerialisableClassName(), par_);
|
||||
|
||||
return s.str();
|
||||
return writer.string();
|
||||
}
|
||||
|
||||
template <typename P>
|
||||
|
||||
Reference in New Issue
Block a user