Changeset 919


Ignore:
Timestamp:
May 17, 2013 11:46:02 AM (11 years ago)
Author:
vondreele
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r918 r919  
    12371237                        XYZ = np.array(G2mth.GetAtomItemsById(Atoms,AtLookUp,indx,cx,3))
    12381238                        calc = G2mth.getRestChiral(XYZ,Amat)
    1239                         table.append([name,calc,obs,esd,(obs-calc)/esd]])
     1239                        table.append([name,calc,obs,esd,(obs-calc)/esd])
    12401240                        rowLabels.append(str(i))
    12411241                    except KeyError:
     
    12521252                        XYZ = G2mth.getSyXYZ(XYZ,ops,SGData)
    12531253                        calc = G2mth.getRestChiral(XYZ,Amat)
    1254                         table.append([name,calc,obs,esd,(obs-calc)/esd]])
     1254                        table.append([name,calc,obs,esd,(obs-calc)/esd])
    12551255                        rowLabels.append(str(i))
    12561256                    except KeyError:
Note: See TracChangeset for help on using the changeset viewer.