Changeset 1311 for trunk/GSASIIsasd.py
- Timestamp:
- Apr 30, 2014 3:08:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIsasd.py
r1310 r1311 1197 1197 if item in parmDict: 1198 1198 FFargs.append(parmDict[item]) 1199 for item in [cid+'Dist',cid+'VolFr',cid+'epis',cid+'Sticky',cid+'Depth',cid+'Width']: 1200 if item in parmDict: 1201 SFargs.append(parmDict[item]) 1199 1202 rho = parmDict[cid+'XAnom density'] 1200 1203 contrast = rho**2-rhoMat**2 … … 1326 1329 SFfxn = sfxns[controls['StrFact']] 1327 1330 FFargs = [] 1328 SFargs = [ parmDict['Volume'][0],R]1329 for item in [' epis','Sticky','Depth','Width',]:1331 SFargs = [] 1332 for item in ['Dist','VolFr','epis','Sticky','Depth','Width',]: 1330 1333 if item in controls.get('SFargs',{}): 1331 1334 SFargs.append(controls['SFargs'][item][0])
Note: See TracChangeset
for help on using the changeset viewer.