Changeset 2245
- Timestamp:
- May 9, 2016 1:20:19 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2243 r2245 3064 3064 topSizer.Add(CellSizer(),0,WACV) 3065 3065 topSizer.Add(WidthSizer()) 3066 topSizer.Add(wx.StaticText(layerData,label=' NB: stacking fault refinement currently not available'),0,WACV) 3066 3067 G2G.HorizontalLine(topSizer,layerData) 3067 3068 titleSizer = wx.BoxSizer(wx.HORIZONTAL) -
trunk/GSASIIstrIO.py
r2184 r2245 424 424 for phase in phaseData: 425 425 Phase = phaseData[phase] 426 if Phase['General']['Type'] == 'faulted': continue #don't use faulted phases! 426 427 if Phase['Histograms']: 427 428 if phase not in Phases:
Note: See TracChangeset
for help on using the changeset viewer.