Ignore:
Timestamp:
Apr 2, 2020 10:48:25 AM (3 years ago)
Author:
vondreele
Message:

Add warning for using type=2 TOF instrument profile function in old gsas iparm files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r4373 r4388  
    57335733        '''
    57345734        dlg = wx.DirDialog(self, "Choose a directory for tutorial downloads:",
    5735                            defaultPath=self.tutorialPath)#,style=wx.DD_DEFAULT_STYLE)
    5736                            #)
     5735            defaultPath=self.tutorialPath)#,style=wx.DD_DEFAULT_STYLE)
    57375736        try:
    57385737            if dlg.ShowModal() != wx.ID_OK:
Note: See TracChangeset for help on using the changeset viewer.