Changes between Version 14 and Version 15 of DDBJ-KEGG-PDBj
- Timestamp:
- 2009/03/18 10:00:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj
v14 v15 87 87 for i1 = 1 to M-1 88 88 for i2 = i1 + 1 to M 89 if result(i1).pdbid = result(i2).pdbid and result(i1).chainID <> result(i2).chainID then 89 if result(i1).pdbid = result(i2).pdbid 90 and result(i1).chainID <> result(i2).chainID then 90 91 push (i1,i2,result(i1).pdbid) aset 91 92