Skip to content

Commit 9e27d78

Browse files
authored
Merge pull request #189 from RJCD-Diamond/patch-1
Fix GSASIIscriptable via update to profile_functions_class.py. Alas, I just learned that Marcus is no longer with us, sigh, so I will just have to accept this change.
2 parents 4725770 + e71dc2d commit 9e27d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GSASII/NIST_profile/profile_functions_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# this is built once, and shared by all instances
6666
# fftw can handle a variety of transform factorizations
6767
ft_factors=[
68-
2*2**i*3**j*5**k for i in xrange(20) for j in range(10) for k in range(8)
68+
2*2**i*3**j*5**k for i in range(20) for j in range(10) for k in range(8)
6969
if 2*2**i*3**j*5**k <= 1000000
7070
]
7171
cache.enable()

0 commit comments

Comments
 (0)