Commit 57618095 by Maarten L. Hekkelman

fix LINK record (length position)

parent 492a1ad8
...@@ -3368,7 +3368,7 @@ void WriteConnectivity(std::ostream& pdbFile, cif::Datablock& db) ...@@ -3368,7 +3368,7 @@ void WriteConnectivity(std::ostream& pdbFile, cif::Datablock& db)
% sym2); % sym2);
if (not Length.empty()) if (not Length.empty())
pdbFile << boost::format("%5.2f") % stod(Length); pdbFile << boost::format(" %5.2f") % stod(Length);
pdbFile << std::endl; pdbFile << std::endl;
} }
......
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