Changeset 105


Ignore:
Timestamp:
Jul 6, 2010 11:46:25 AM (13 years ago)
Author:
vondreel
Message:

fix doc in cell2AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r103 r105  
    119119    cell is tuple with a,b,c,alpha, beta, gamma (degrees)
    120120    returns list of two 3x3 numpy arrays
    121        A for Cartesian to crystal transformations A*X = x
    122        B (inverse) for crystal to Cartesian transformation B*x = X
     121       A for crystal to Cartesian transformations A*x = X
     122       B (inverse) for Cartesian to crystal transformation B*X = x
    123123    '''
    124124    G,g = cell2Gmat(cell)
Note: See TracChangeset for help on using the changeset viewer.