Provide more feedback when listed forces tests fail
[alexxy/gromacs.git] / src / gromacs / topology / idef.h
index a7a817fc962a217f8cfa7811b6b13ee5149e4b62..15c010e286c48ee702f994c67efa113c799d1bdc 100644 (file)
@@ -382,7 +382,13 @@ typedef struct t_idef
  *      The state of the sorting of il, values are provided above.
  */
 
-void pr_iparams(FILE* fp, t_functype ftype, const t_iparams* iparams);
+namespace gmx
+{
+class TextWriter;
+} // namespace gmx
+
+void printInteractionParameters(gmx::TextWriter* writer, t_functype ftype, const t_iparams& iparams);
+void pr_iparams(FILE* fp, t_functype ftype, const t_iparams& iparams);
 void pr_ilist(FILE*                  fp,
               int                    indent,
               const char*            title,