Enforced rotation: code cleanup
[alexxy/gromacs.git] / src / gmxlib / tpxio.c
index a7b7054a8b3e6b56afc83a371a62d3e1e116874d..f220efb559ef54e14509340d08e6b5440bf278c3 100644 (file)
@@ -280,7 +280,7 @@ static void do_rot(t_fileio *fio, t_rot *rot,gmx_bool bRead, int file_version)
 
   gmx_fio_do_int(fio,rot->ngrp);
   gmx_fio_do_int(fio,rot->nstrout);
-  gmx_fio_do_int(fio,rot->nsttout);
+  gmx_fio_do_int(fio,rot->nstsout);
   if (bRead)
     snew(rot->grp,rot->ngrp);
   for(g=0; g<rot->ngrp; g++)