Merge release-2018 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_do_dssp.cpp
index 0ac6b72760de39ccf8079ae08df360bdd8e556f3..1d62dd050245cd1d1cdbbbc2eb7077b51f78064e 100644 (file)
@@ -660,7 +660,7 @@ int gmx_do_dssp(int argc, char *argv[])
         }
         gmx_rmpbc(gpbc, natoms, box, x);
         tapein = gmx_ffopen(pdbfile, "w");
-        write_pdbfile_indexed(tapein, nullptr, atoms, x, ePBC, box, ' ', -1, gnx, index, nullptr, TRUE);
+        write_pdbfile_indexed(tapein, nullptr, atoms, x, ePBC, box, ' ', -1, gnx, index, nullptr, TRUE, FALSE);
         gmx_ffclose(tapein);
 
         if (0 != system(dssp))