Changeset 1861 for trunk/GSASIIstrIO.py
- Timestamp:
- May 19, 2015 11:59:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstrIO.py ΒΆ
r1857 r1861 183 183 Histograms,Phases = GetUsedHistogramsAndPhases(GPXfile) 184 184 if not Phases: 185 return 'Error: No Phases!',''185 return 'Error: No phases or no histograms in phases!','' 186 186 if not Histograms: 187 187 return 'Error: no diffraction data',''
Note: See TracChangeset
for help on using the changeset viewer.