Changeset 2860


Ignore:
Timestamp:
Jun 6, 2017 8:52:06 AM (6 years ago)
Author:
vondreele
Message:

a bit more of protein validation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r2859 r2860  
    26172617        ibox = iBox[ia]         #box location of atom
    26182618        tgts = []
    2619         for unit in Units:
     2619        for unit in Units:      #assemble list of all possible target atoms
    26202620            jbox = ibox+unit
    26212621            if np.all(jbox>=0) and np.all((jbox-nbox[:3])<0):               
Note: See TracChangeset for help on using the changeset viewer.