Changeset 5258


Ignore:
Timestamp:
Apr 1, 2022 8:34:27 AM (12 months ago)
Author:
vondreele
Message:

skip Pawley phases in calcMassFracs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r5232 r5258  
    44914491    for phase in Phases:
    44924492        if Phases[phase]['General']['Type'] == 'magnetic': continue
     4493        if Phases[phase]['General']['doPawley']: continue
    44934494        if hist not in Phases[phase]['Histograms']: continue
    44944495        if not Phases[phase]['Histograms'][hist]['Use']: continue
     
    45114512    for phasej in Phases:
    45124513        if Phases[phasej]['General']['Type'] == 'magnetic': continue
     4514        if Phases[phase]['General']['doPawley']: continue
    45134515        if hist not in Phases[phasej]['Histograms']: continue
    45144516        if not Phases[phasej]['Histograms'][hist]['Use']: continue
Note: See TracChangeset for help on using the changeset viewer.