Merge release-2018 into master
[alexxy/gromacs.git] / src / gromacs / fileio / trxio.cpp
index d23b22747a008d32195301fa0add0dec28c20275..1fbdb4fb1870c1377c27bb35afe18cbb0757fff5 100644 (file)
@@ -427,7 +427,7 @@ int write_trxframe_indexed(t_trxstatus *status, const t_trxframe *fr, int nind,
             else
             {
                 write_pdbfile_indexed(gmx_fio_getfp(status->fio), title, fr->atoms,
-                                      fr->x, -1, fr->box, ' ', fr->step, nind, ind, gc, TRUE);
+                                      fr->x, -1, fr->box, ' ', fr->step, nind, ind, gc, TRUE, FALSE);
             }
             break;
         case efG96: