Ignore:
Timestamp:
Aug 27, 2014 2:47:46 PM (9 years ago)
Author:
toby
Message:

reverse sign for application of Dij values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1480 r1481  
    890890            key = keys[0]+'::'+Ddict[keys[2]]       #key is e.g. '0::A0'
    891891            parm = keys[0]+'::'+keys[2]             #parm is e.g. '0::D11'
    892             newCellDict[parm] = [key,parmDict[key]+parmDict[item]]
     892            newCellDict[parm] = [key,parmDict[key]-parmDict[item]]
    893893    return newCellDict          # is e.g. {'0::D11':A0+D11}
    894894   
Note: See TracChangeset for help on using the changeset viewer.