Changeset 4153


Ignore:
Timestamp:
Sep 18, 2019 12:57:30 PM (4 years ago)
Author:
vondreele
Message:

add nag note for DIFFaX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4135 r4153  
    49814981        idebug = 0
    49824982        if debug: idebug = 1
     4983        wx.MessageBox(''' For use of DIFFaX, please cite:
     4984  A general recursion method for calculating diffracted intensities from crystals containing
     4985  planar faults,
     4986  M.M.J. Treacy, J.M. Newsam & M.W. Deem, Proc. Roy. Soc. Lond. A 433, 499-520 (1991)
     4987  https://doi.org/10.1098/rspa.1991.0062
     4988      ''',caption='DIFFaX',style=wx.ICON_INFORMATION)
    49834989        ctrls = ''
    49844990        dlg = DIFFaXcontrols(G2frame,ctrls)
     
    49874993        else:
    49884994            return
     4995       
    49894996        if 'PWDR' in  simCodes[0]:    #powder pattern
    49904997            data['Layers']['selInst'] = simCodes[1]
Note: See TracChangeset for help on using the changeset viewer.