Changeset 2450 for trunk/GSASIIstrMain.py
- Timestamp:
- Aug 25, 2016 12:22:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r2448 r2450 538 538 sig = 0.0 539 539 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))) 541 541 Dist.append([Oatom[0],Tatom[0],tunit,Top,ma.getdata(dist[indb])[i],sig]) 542 542 if (Dist[-1][-2]-AsumR) <= 0.:
Note: See TracChangeset
for help on using the changeset viewer.