Changeset 2237 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
May 2, 2016 2:38:44 PM (7 years ago)
Author:
vondreele
Message:

Add a useful print in stacking simulations
trap PyAssertionErrors? & ignore - allows multiscreen graphics to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2236 r2237  
    32323232        vals = np.linspace(BegFin[0],BegFin[1],nSteps+1,True)
    32333233        for val in vals:
     3234            print ' Stacking simulation step for '+pName+' = %.5f'%(val)
    32343235            if 'cell' in pName:
    32353236                cellId = cellSel.index(pName)
Note: See TracChangeset for help on using the changeset viewer.