Changes between Version 14 and Version 15 of DDBJ-KEGG-PDBj

Show
Ignore:
Timestamp:
2009/03/18 10:00:08 (15 years ago)
Author:
akinjo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DDBJ-KEGG-PDBj

    v14 v15  
    8787for i1 = 1 to M-1 
    8888  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 
    9091        push (i1,i2,result(i1).pdbid)  aset 
    9192