Changeset 5258
- Timestamp:
- Apr 1, 2022 8:34:27 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r5232 r5258 4491 4491 for phase in Phases: 4492 4492 if Phases[phase]['General']['Type'] == 'magnetic': continue 4493 if Phases[phase]['General']['doPawley']: continue 4493 4494 if hist not in Phases[phase]['Histograms']: continue 4494 4495 if not Phases[phase]['Histograms'][hist]['Use']: continue … … 4511 4512 for phasej in Phases: 4512 4513 if Phases[phasej]['General']['Type'] == 'magnetic': continue 4514 if Phases[phase]['General']['doPawley']: continue 4513 4515 if hist not in Phases[phasej]['Histograms']: continue 4514 4516 if not Phases[phasej]['Histograms'][hist]['Use']: continue
Note: See TracChangeset
for help on using the changeset viewer.