Ignore:
Timestamp:
Mar 22, 2019 5:54:18 PM (4 years ago)
Author:
toby
Message:

Use Dij values for SeqRef? table even if not varied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r3853 r3859  
    23212321   
    23222322def 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    '''
    23242326    newCellDict = {}
    23252327    Anames = ['A'+str(i) for i in range(6)]
Note: See TracChangeset for help on using the changeset viewer.