Changeset 4046 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 30, 2019 9:53:33 PM (4 years ago)
Author:
toby
Message:

remove histograms that are not added to a phse from the Seq Ref refinement; skip histograms w/o Use flag in mass fraction computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4044 r4046  
    64336433                Xnew.append(X[i])
    64346434                Ynew.append(Y[i])
    6435                 if sig[i]:
     6435                if sig and sig[i]:
    64366436                    gotsig = True
    64376437                    Ysnew.append(sig[i])
Note: See TracChangeset for help on using the changeset viewer.