Changeset 2800 for trunk/GSASII.py


Ignore:
Timestamp:
Apr 21, 2017 8:36:17 AM (6 years ago)
Author:
vondreele
Message:

fix a simulation output format
use a couple of wx.CallAfter? to fix crashes in stacking GUI
fix a limits error in PWDR simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2788 r2800  
    18241824        self.PatternTree.Expand(Id)
    18251825        self.PatternTree.SelectItem(Id)
    1826         print(u'Added simulation powder data {}'++
    1827               ' with parameters from {}'.format(HistName,rd.instmsg))
     1826        print(u'Added simulation powder data {}'.format(HistName)+
     1827              ' with parameters from {}'.format(rd.instmsg))
    18281828
    18291829        # make a list of phase names
Note: See TracChangeset for help on using the changeset viewer.