diff --git a/Hadrons/EigenPack.hpp b/Hadrons/EigenPack.hpp index 0e6f95d7..5388851d 100644 --- a/Hadrons/EigenPack.hpp +++ b/Hadrons/EigenPack.hpp @@ -61,7 +61,7 @@ struct VecRecord: Serializable namespace EigenPackIo { - void readHeader(PackRecord &record, ScidacReader &binReader) + inline void readHeader(PackRecord &record, ScidacReader &binReader) { 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");