minor changes

This commit is contained in:
tTh
2023-02-11 20:28:05 +01:00
parent 18ec65d612
commit c05d80a223
6 changed files with 6 additions and 79 deletions

View File

@@ -8,7 +8,7 @@ program henon
integer :: w, h
integer :: foo, bar
double precision :: px, py
w = 2000 ; h=1600
w = 2000 ; h = 1600
write(0, *) "###### Mapping of Henon "
@@ -25,7 +25,6 @@ program henon
!-----------------------------------------------------
contains
!-----------------------------------------------------
!-----------------------------------------------------
subroutine compute_pixel_henon(a, b, maxpasse, passe, limit, rx, ry)
implicit none