Ignore:
Timestamp:
Aug 25, 2016 12:22:04 PM (7 years ago)
Author:
vondreele
Message:

fix error in matrix in getCellEsd & RetDistAngle?
Add new atom drawing option for sphere of enclosure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r2448 r2450  
    538538                                sig = 0.0
    539539                                if len(Xvcov):
    540                                     sig = np.sqrt(np.inner(pdpx,np.inner(Xvcov,pdpx)))
     540                                    sig = np.sqrt(np.inner(pdpx,np.inner(pdpx,Xvcov)))
    541541                                Dist.append([Oatom[0],Tatom[0],tunit,Top,ma.getdata(dist[indb])[i],sig])
    542542                                if (Dist[-1][-2]-AsumR) <= 0.:
Note: See TracChangeset for help on using the changeset viewer.