Changeset 4502 for trunk/GSASIIplot.py
- Timestamp:
- Jun 20, 2020 4:08:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4501 r4502 9219 9219 if atomsExpandRadius > 0: 9220 9220 distances2Atoms(x,y,z,atomsExpandRadius,atomsdistRadius,Amat,matRot) 9221 elif len(mapPeaks):9221 if len(mapPeaks): 9222 9222 XYZ = mapPeaks.T[1:4].T 9223 9223 mapBonds = FindPeaksBonds(XYZ)
Note: See TracChangeset
for help on using the changeset viewer.