Warn for type mismatch for gmx printf like functions 3/3
[alexxy/gromacs.git] / src / gromacs / essentialdynamics / edsam.cpp
index 4e881bfcdc2ca90aaa8b6fd6039687c8e6f20c75..db1b4d12de9b6a7bc4862ccb470d3d6a476b1141 100644 (file)
@@ -2363,7 +2363,7 @@ static void crosscheck_edi_file_vs_checkpoint(const gmx_edsam &ed, edsamhistory_
     if (static_cast<int>(ed.edpar.size()) != EDstate->nED)
     {
         gmx_fatal(FARGS, "The number of essential dynamics / flooding groups is not consistent.\n"
-                  "There are %d ED groups in the .cpt file, but %d in the .edi file!\n"
+                  "There are %d ED groups in the .cpt file, but %zu in the .edi file!\n"
                   "Are you sure this is the correct .edi file?\n", EDstate->nED, ed.edpar.size());
     }
 }