Changeset 657 for trunk/GSASIIstruct.py
- Timestamp:
- Jun 26, 2012 3:44:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstruct.py
r656 r657 525 525 if isum == jsum: 526 526 eqvDict[varyI].append(varyJ) 527 elif abs(dspI-dspJ) < 1.e-4:527 elif abs(dspI-dspJ)/dspI < 1.e-4: 528 528 eqvDict[varyI].append(varyJ) 529 529 for item in pawleyVary:
Note: See TracChangeset
for help on using the changeset viewer.