mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Hadrons: linking fix
This commit is contained in:
parent
44de727cd2
commit
118cca4681
@ -61,7 +61,7 @@ struct VecRecord: Serializable
|
|||||||
|
|
||||||
namespace EigenPackIo
|
namespace EigenPackIo
|
||||||
{
|
{
|
||||||
void readHeader(PackRecord &record, ScidacReader &binReader)
|
inline void readHeader(PackRecord &record, ScidacReader &binReader)
|
||||||
{
|
{
|
||||||
std::string recordXml;
|
std::string recordXml;
|
||||||
|
|
||||||
@ -141,7 +141,7 @@ namespace EigenPackIo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void writeHeader(ScidacWriter &binWriter, PackRecord &record)
|
inline void writeHeader(ScidacWriter &binWriter, PackRecord &record)
|
||||||
{
|
{
|
||||||
XmlWriter xmlWriter("", "eigenPackPar");
|
XmlWriter xmlWriter("", "eigenPackPar");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user