Add TNG writing and reading support
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_clustsize.c
index ae5a1ec58e17260230aec020f2f8947b6d384bd5..72ac220a185dd9f69832c7848593af6e89911df6 100644 (file)
@@ -123,7 +123,7 @@ static void clust_size(const char *ndx, const char *trx, const char *xpm,
         read_tpxheader(tpr, &tpxh, TRUE, &version, &generation);
         if (tpxh.natoms != natoms)
         {
-            gmx_fatal(FARGS, "tpr (%d atoms) and xtc (%d atoms) do not match!",
+            gmx_fatal(FARGS, "tpr (%d atoms) and trajectory (%d atoms) do not match!",
                       tpxh.natoms, natoms);
         }
         ePBC = read_tpx(tpr, NULL, NULL, &natoms, NULL, NULL, NULL, mtop);