Merge release-2018 into master
[alexxy/gromacs.git] / src / gromacs / fileio / confio.cpp
index 0eea8ba210e42470c93466fb5370a00d91ec56e8..29a2253d5673b0eb0bfdbee8820cb873216082eb 100644 (file)
@@ -101,7 +101,7 @@ void write_sto_conf_indexed(const char *outfile, const char *title,
         case efENT:
         case efPQR:
             out = gmx_fio_fopen(outfile, "w");
-            write_pdbfile_indexed(out, title, atoms, x, ePBC, box, ' ', -1, nindex, index, nullptr, TRUE);
+            write_pdbfile_indexed(out, title, atoms, x, ePBC, box, ' ', -1, nindex, index, nullptr, TRUE, TRUE);
             gmx_fio_fclose(out);
             break;
         case efESP: