Changeset 2025 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 28, 2015 8:44:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2009 r2025 745 745 val = Obj.GetValue() 746 746 try: 747 val = min( 1.0,max(0.0,float(val)))747 val = min(2.0,max(0.0,float(val))) 748 748 except ValueError: 749 749 val = generalData['SuperVec'][0][ind]
Note: See TracChangeset
for help on using the changeset viewer.