Changeset 4609


Ignore:
Timestamp:
Oct 20, 2020 8:54:46 AM (3 years ago)
Author:
vondreele
Message:

name the Vector RB atoms. Don't appear in RB table but do show when inserted in structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIconstrGUI.py

    r4608 r4609  
    30953095            table = []
    30963096            rowLabels = []
     3097            atNames = []
    30973098            for ivec,xyz in enumerate(rbData['rbVect'][imag]):
    30983099                table.append(list(xyz)+[rbData['rbTypes'][ivec],]+list(XYZ[ivec]))
    30993100                rowLabels.append(str(ivec))
     3101                atNames.append(rbData['rbTypes'][ivec]+str(ivec))
     3102            rbData['atNames'] = atNames
    31003103            vecTable = G2G.Table(table,rowLabels=rowLabels,colLabels=colLabels,types=Types)
    31013104            vecGrid = G2G.GSGrid(VectorRBDisplay)
Note: See TracChangeset for help on using the changeset viewer.