mirror of
https://github.com/PDB-REDO/libcifpp.git
synced 2026-06-04 13:54:25 +08:00
removed warning
git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@184 a1961a4f-ab94-4bcc-80e8-33b5a54de466
This commit is contained in:
@@ -64,7 +64,7 @@ BondMap::BondMap(const Structure& p)
|
||||
// first link all residues in a polyseq
|
||||
|
||||
string lastAsymID;
|
||||
int lastSeqID;
|
||||
int lastSeqID = 0;
|
||||
for (auto r: db["pdbx_poly_seq_scheme"])
|
||||
{
|
||||
string asymId;
|
||||
|
||||
Reference in New Issue
Block a user