Changeset 245 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Feb 13, 2011 4:57:10 PM (14 years ago)
Author:
vondreele
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py ΒΆ

    r244 r245  
    973973                    if 'Line2D' in itemPicked and PickName == 'Image Controls':
    974974                        if 'line1' in itemPicked:
    975                             Data['IOtth'][0] = tth
     975                            Data['IOtth'][0] = max(tth,0.001)
    976976                        elif 'line2' in itemPicked:
    977977                            Data['IOtth'][1] = tth
Note: See TracChangeset for help on using the changeset viewer.