Changeset 5067 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Nov 5, 2021 10:11:25 PM (4 years ago)
Author:
toby
Message:

ISODISTORT mode/displacement fixes; allow indexing of all Phases where there are no used histograms (needs to make IndexAllIds? conditional elsewhere?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIstrIO.py ΒΆ

    r5051 r5067  
    321321                albl = Ilbl[:Ilbl.rfind('_')]
    322322                v = Ilbl[Ilbl.rfind('_')+1:]
    323                 pval = ISO['ParentStructure'][albl][['dx','dy','dz'].index(v)]
     323                #pval = ISO['ParentStructure'][albl][['dx','dy','dz'].index(v)]
    324324                if var in parmDict:
    325325                    cval = parmDict[var]
Note: See TracChangeset for help on using the changeset viewer.