Skip to content

Commit d494b02

Browse files
Update patterned.py
1 parent b371900 commit d494b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patterned.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
pmma.set_clean_profiling(False)
55
pmma.set_profile_result_path(r"H:\Downloads\twtwo profile.txt")
6-
pmma.init(general_profile_application=True)
7-
#pmma.init(general_profile_application=False, use_c_acceleration=True)
6+
#pmma.init(general_profile_application=True)
7+
pmma.init(general_profile_application=False, use_c_acceleration=True)
88

99
display = pmma.Display()
1010
display.create(vsync=False)

0 commit comments

Comments
 (0)