Changeset 5105


Ignore:
Timestamp:
Nov 27, 2021 9:55:47 AM (2 years ago)
Author:
vondreele
Message:

fix monoclinic b form for CellDijCorr? line 275; missing last zero.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r5090 r5105  
    273273            newA = [A[0]+Dij[0],A[1]+Dij[1],A[2]+Dij[2],0,0,A[5]+Dij[3]]
    274274        elif SGData['SGUniq'] == 'b':
    275             newA = [A[0]+Dij[0],A[1]+Dij[1],A[2]+Dij[2],0,A[4]+Dij[3]]
     275            newA = [A[0]+Dij[0],A[1]+Dij[1],A[2]+Dij[2],0,A[4]+Dij[3],0]
    276276        else:
    277277            newA = [A[0]+Dij[0],A[1]+Dij[1],A[2]+Dij[2],A[3]+Dij[3],0,0]
Note: See TracChangeset for help on using the changeset viewer.