Changeset 3439 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Jun 19, 2018 11:35:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r3435 r3439 162 162 163 163 def IsHistogramInAnyPhase(G2frame,histoName): 164 'Needs a doc string' 164 '''Tests a Histogram to see if it is linked to any phases. 165 Returns the name of the first phase where the histogram is used. 166 ''' 165 167 phases = G2gd.GetGPXtreeItemId(G2frame,G2frame.root,'Phases') 166 168 if phases:
Note: See TracChangeset
for help on using the changeset viewer.