Skip to content

Commit e276e80

Browse files
authored
global the_number_of_primes
1 parent 9e6e9cc commit e276e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Represent-Graph.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ for i in 2:real_param_n
3737
global mul_even
3838
global ratio_array_x
3939
global ratio_array_y
40+
global the_number_of_primes
4041
if is_prime(i) == true
4142
the_number_of_primes = the_number_of_primes + 1
4243
if the_number_of_primes%2 == 1

0 commit comments

Comments
 (0)