Changeset 4608 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Oct 19, 2020 5:09:16 PM (5 years ago)
Author:
vondreele
Message:

split VectorRB listings up into separate views for each RB in both Rigid Bodies & RB Models displays.
Various bug fixes for Vector RBs

File:
1 edited

Legend:

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

    r4595 r4608  
    93509350            for ind,[x,y,z] in enumerate(XYZ):
    93519351                aType = testRBObj['rbAtTypes'][ind]
    9352                 if testRBObj['NameLookup'][ind]:
     9352                if ind in testRBObj['NameLookup']:
    93539353                    name = testRBObj['NameLookup'][ind]+' '
    93549354                else:
Note: See TracChangeset for help on using the changeset viewer.