Changeset 110 for trunk/GSASIIlattice.py


Ignore:
Timestamp:
Jul 16, 2010 10:09:03 AM (13 years ago)
Author:
vondreel
Message:

resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIlattice.py

    r109 r110  
    459459                    kmax = h
    460460                    kmin = -int((h-1.)/2.)
    461                     #kmin = -(h-1)/2
    462461                else:
    463462                    kmin = 0
     
    474473                        if 0 < rdsq <= dminsq:
    475474                            HKL.append([H[0],H[1],H[2],1/math.sqrt(rdsq)])
    476                             #print H,1/math.sqrt(rdsq)
    477475    else:                                   #cubic
    478476        for h in range(Hmax[0]+1):
Note: See TracChangeset for help on using the changeset viewer.