Changeset 2860
- Timestamp:
- Jun 6, 2017 8:52:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r2859 r2860 2617 2617 ibox = iBox[ia] #box location of atom 2618 2618 tgts = [] 2619 for unit in Units: 2619 for unit in Units: #assemble list of all possible target atoms 2620 2620 jbox = ibox+unit 2621 2621 if np.all(jbox>=0) and np.all((jbox-nbox[:3])<0):
Note: See TracChangeset
for help on using the changeset viewer.