Changeset 3500
- Timestamp:
- Jul 22, 2018 6:06:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r3496 r3500 1798 1798 if oneCycle: 1799 1799 Ftol = 1.0 1800 x,y,w,yc,yb,yd = ma.getdata(data)#these are numpy arrays - remove masks!1800 x,y,w,yc,yb,yd = data #these are numpy arrays - remove masks! 1801 1801 yc *= 0. #set calcd ones to zero 1802 1802 yb *= 0.
Note: See TracChangeset
for help on using the changeset viewer.