minor tweaks

This commit is contained in:
tTh
2023-05-07 10:35:48 +02:00
parent 5577bd1767
commit aace571169
4 changed files with 11 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ program julia
call getarg(2, string) ; read (string, *) cx
call getarg(3, string) ; read (string, *) cy
allocate(picz(640, 480))
allocate(picz(512, 342))
call julia_colormapped(picz, cx, cy, 500)
call rgbpix_spit_as_pnm_8(picz, trim(filename))