- Timestamp:
- Oct 7, 2011 5:12:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstruct.py ¶
r384 r386 1889 1889 except IndexError: 1890 1890 pass 1891 return dMdv 1891 return dMdv 1892 1892 1893 1893 def Refine(GPXfile,dlg): … … 1913 1913 varylist,Histogram,Phases,calcControls,pawleyLookup) 1914 1914 if len(dMdv): 1915 dMdv = np.concatenate((dMdv ,dMdvh))1915 dMdv = np.concatenate((dMdv.T,dMdvh.T)).T 1916 1916 else: 1917 1917 dMdv = dMdvh
Note: See TracChangeset
for help on using the changeset viewer.