Commit b0272a1c by maarten

removed warning

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@184 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent caf80a0e
...@@ -64,7 +64,7 @@ BondMap::BondMap(const Structure& p) ...@@ -64,7 +64,7 @@ BondMap::BondMap(const Structure& p)
// first link all residues in a polyseq // first link all residues in a polyseq
string lastAsymID; string lastAsymID;
int lastSeqID; int lastSeqID = 0;
for (auto r: db["pdbx_poly_seq_scheme"]) for (auto r: db["pdbx_poly_seq_scheme"])
{ {
string asymId; string asymId;
......
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