Changeset 2210
- Timestamp:
- Apr 12, 2016 3:51:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r2209 r2210 3065 3065 G2pwd.StackSim(data['Layers'],ctrls) 3066 3066 G2pwd.CalcStackingSADP(data['Layers'],debug) 3067 wx.MessageBox('Simulation finished',caption='Stacking fault simulation',style=wx.ICON_EXCLAMATION) 3067 3068 wx.CallAfter(UpdateLayerData) 3068 3069 … … 3153 3154 resultXY2.append([np.vstack((profile[0],profile[3])),][0]) 3154 3155 data['Layers']['seqResults'] = [resultXY,resultXY2] 3156 wx.MessageBox('Sequential simulation finished',caption='Stacking fault simulation',style=wx.ICON_EXCLAMATION) 3155 3157 wx.CallAfter(UpdateLayerData) 3156 3158
Note: See TracChangeset
for help on using the changeset viewer.