Changeset 1674 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Feb 27, 2015 11:28:13 AM (10 years ago)
Author:
vondreele
Message:

bad response for extended structures & assemble molecule - now fixed

File:
1 edited

Legend:

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

    r1669 r1674  
    18161816            generalData['DisAglCtls'] = DisAglCtls
    18171817            atomData = copy.deepcopy(data['Atoms'])
    1818             data['Atoms'] = G2mth.FindMolecule(indx[0],generalData,atomData)
     1818            result = G2mth.FindMolecule(indx[0],generalData,atomData)
     1819            if 'str' in str(type(result)):
     1820                G2frame.ErrorDialog('Assemble molecule',result)
     1821            else:   
     1822                data['Atoms'] = result
    18191823            OnReloadDrawAtoms(event)           
    18201824            FillAtomsGrid(Atoms)
Note: See TracChangeset for help on using the changeset viewer.