Ignore:
Timestamp:
Feb 2, 2021 9:37:33 AM (4 years ago)
Author:
toby
Message:

docs chapter numbering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIlattice.py

    r4636 r4791  
    11141114    raise ValueError('non-standard Bravais lattice center=%s, cell=%s' % (center,system))
    11151115
    1116 def GenHBravais(dmin,Bravais,A):
     1116def GenHBravais(dmin,Bravais,A, sg_type=None):
    11171117    """Generate the positionally unique powder diffraction reflections
    11181118     
     
    11391139           
    11401140    :param A: reciprocal metric tensor elements as [G11,G22,G33,2*G12,2*G13,2*G23]
     1141    :param sg_type: alternate specification for Bravais lattice used in CCTBX
    11411142    :return: HKL unique d list of [h,k,l,d,-1] sorted with largest d first
    11421143           
Note: See TracChangeset for help on using the changeset viewer.