Changeset 4371 for trunk


Ignore:
Timestamp:
Mar 16, 2020 4:16:17 AM (3 years ago)
Author:
vondreele
Message:

patch to avoid crash on missing Layer Disp in Refine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r4370 r4371  
    25082508                    if hapData['Layer Disp'][1]:
    25092509                        hapVary.append(pfx+'LayerDisp')
     2510                else:
     2511                    hapDict[pfx+'LayerDisp'] = 0.0
    25102512                controlDict[pfx+'poType'] = hapData['Pref.Ori.'][0]
    25112513                if hapData['Pref.Ori.'][0] == 'MD':
Note: See TracChangeset for help on using the changeset viewer.