Extend serialization to gmx_int64_t
[alexxy/gromacs.git] / src / testutils / refdata.h
index e1cd287fe753dec81c9d6db29a5db4482c846f12..acf44b5ea5976a69676c437106ba8fd58ad5df2a 100644 (file)
@@ -394,6 +394,8 @@ class TestReferenceChecker
         unsigned char readUChar(const char *id);
         //! Reads an integer value.
         int readInteger(const char *id);
+        //! Reads a 64-bit integer value.
+        gmx_int64_t readInt64(const char *id);
         //! Reads a float value.
         float readFloat(const char *id);
         //! Reads a double value.