Changeset 4476 for trunk


Ignore:
Timestamp:
Jun 9, 2020 11:00:17 AM (3 years ago)
Author:
vondreele
Message:

make sure if Uij = None that it is zero, type is 'I' and that after a reimport atoms that Draw Atoms is updated

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4473 r4476  
    43344334                        dlg.Destroy()
    43354335        SetupGeneral()
     4336        OnReloadDrawAtoms(event)           
    43364337        wx.CallAfter(FillAtomsGrid,Atoms)
    43374338       
  • trunk/imports/G2phase_CIF.py

    r4475 r4476  
    492492                if None in atomlist[11:17]:
    493493                    atomlist[9] = 'I'
     494                    atomlist[11:17] =  [0.,0.,0.,0.,0.,0.]
    494495                atomlist[7],atomlist[8] = G2spc.SytSym(atomlist[3:6],SGData)[:2]
    495496                atomlist[1] = G2elem.FixValence(atomlist[1])
Note: See TracChangeset for help on using the changeset viewer.