Add end-to-end tests of energy minimization
[alexxy/gromacs.git] / src / testutils / refdata.cpp
index f703c2e2a6374269c23cd54bf18ace8d4e1d2bd1..af51f8a0280b788e618b0a4dfd18e91aa9858720 100644 (file)
@@ -830,6 +830,10 @@ TestReferenceChecker TestReferenceChecker::checkCompound(const char *type, const
                      impl_->defaultTolerance_));
 }
 
+TestReferenceChecker TestReferenceChecker::checkCompound(const char *type, const std::string &id)
+{
+    return checkCompound(type, id.c_str());
+}
 
 /*! \brief Throw a TestException if the caller tries to write particular refdata that can't work.
  *