Warn for type mismatch for gmx printf like functions 1/3
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_nmr.cpp
index ad8ba9393f14db71f5c450db2cbd770c2b019cc7..2a8c650d56df16b40e0612430d687952f825dc24 100644 (file)
@@ -833,7 +833,7 @@ int gmx_nmr(int argc, char *argv[])
 
                         if (blk->sub[0].nr != nex*12)
                         {
-                            gmx_fatal(FARGS, "Number of orientation experiments in energy file (%g) does not match with the topology (%d)",
+                            gmx_fatal(FARGS, "Number of orientation experiments in energy file (%d) does not match with the topology (%d)",
                                       blk->sub[0].nr/12, nex);
                         }
                         fprintf(foten, "  %10f", fr.t);