Changeset 110 for trunk/GSASIIlattice.py
- Timestamp:
- Jul 16, 2010 10:09:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r109 r110 459 459 kmax = h 460 460 kmin = -int((h-1.)/2.) 461 #kmin = -(h-1)/2462 461 else: 463 462 kmin = 0 … … 474 473 if 0 < rdsq <= dminsq: 475 474 HKL.append([H[0],H[1],H[2],1/math.sqrt(rdsq)]) 476 #print H,1/math.sqrt(rdsq)477 475 else: #cubic 478 476 for h in range(Hmax[0]+1):
Note: See TracChangeset
for help on using the changeset viewer.