Commit aba35c34 by Maarten L. Hekkelman

fix writing HETSYN records in PDB

parent 3a8fd0eb
......@@ -3028,7 +3028,7 @@ int WriteHeterogen(std::ostream& pdbFile, Datablock& db)
if (syn.empty())
continue;
WriteOneContinuedLine(pdbFile, "HETSYN", 2, id + ' ' + syn, 11);
WriteOneContinuedLine(pdbFile, "HETSYN", 4, id + ' ' + syn, 11);
}
// FORMUL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment