Changeset 3859 for trunk/GSASIIstrMath.py
- Timestamp:
- Mar 22, 2019 5:54:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r3853 r3859 2321 2321 2322 2322 def GetNewCellParms(parmDict,varyList): 2323 'Needs a doc string' 2323 '''Compute unit cell tensor terms from varied Aij and Dij values. 2324 Terms are included in the dict only if Aij or Dij is varied. 2325 ''' 2324 2326 newCellDict = {} 2325 2327 Anames = ['A'+str(i) for i in range(6)]
Note: See TracChangeset
for help on using the changeset viewer.