finetuning the mandelbrot
This commit is contained in:
@@ -28,7 +28,7 @@ subroutine mandelbrot_one(pic, start)
|
||||
integer :: iter, maxiter
|
||||
logical :: escape
|
||||
|
||||
write(0,*) "> plotsomething"
|
||||
! write(0,*) "> plotsomething"
|
||||
|
||||
width = ubound(pic, 1)
|
||||
height = ubound(pic, 2)
|
||||
@@ -37,7 +37,7 @@ subroutine mandelbrot_one(pic, start)
|
||||
|
||||
! initialise constants
|
||||
!
|
||||
maxiter = 1984
|
||||
maxiter = 3456
|
||||
|
||||
! enter megaloop
|
||||
!
|
||||
|
||||
Reference in New Issue
Block a user