Changeset 1071 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Oct 1, 2013 8:39:32 AM (9 years ago)
Author:
vondreele
Message:

change tolerance on RB atom matching; wasn't big enough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r1070 r1071  
    35573557                    Ids.append(atomData[id][-1])
    35583558                    atomData[id][cx:cx+3] = xyz
    3559                 if dmax > 0.5:
     3559                if dmax > 1.0:
    35603560                    print '**** WARNING - some atoms not found or misidentified ****'
    35613561                    print '****           check torsion angles & try again      ****'
Note: See TracChangeset for help on using the changeset viewer.