Changeset 1409 for trunk/GSASIIstrIO.py
- Timestamp:
- Jul 3, 2014 5:19:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1360 r1409 2216 2216 insName = pfx+item 2217 2217 instDict[insName] = Inst[item][1] 2218 if Inst[item][2]:2218 if len(Inst[item]) > 2 and Inst[item][2]: 2219 2219 insVary.append(insName) 2220 2220 # instDict[pfx+'X'] = max(instDict[pfx+'X'],0.001)
Note: See TracChangeset
for help on using the changeset viewer.