cramicule is comming !
This commit is contained in:
@@ -42,10 +42,10 @@ subroutine mandelbrot_one(pic, start)
|
||||
! enter megaloop
|
||||
!
|
||||
do iy = 1, height
|
||||
fy = (float(iy) / float(height/3)) - 1.5
|
||||
fy = (float(iy) / float(height/2)) - 1.0
|
||||
!! print *, "line ", iy, fy
|
||||
do ix = 1, width
|
||||
fx = (float(ix) / float(width/3)) - 2.0
|
||||
fx = (float(ix) / float(width/2)) - 1.4
|
||||
!-------------------------------------
|
||||
! working on the current pixel
|
||||
za = start
|
||||
|
||||
Reference in New Issue
Block a user