Add end-to-end tests of energy minimization
[alexxy/gromacs.git] / src / testutils / refdata.h
index f6a12445f3c3f6e83667ce0a747a1a9c9d8659fa..c1040949d737bc54c3b04bcad96b24f78b19fe5e 100644 (file)
@@ -332,6 +332,8 @@ class TestReferenceChecker
          * Compound structures can be nested.
          */
         TestReferenceChecker checkCompound(const char *type, const char *id);
+        //! \copydoc checkCompound(const char *, const char *)
+        TestReferenceChecker checkCompound(const char *type, const std::string &id);
 
         //! Check a single boolean value.
         void checkBoolean(bool value, const char *id);