This commit is contained in:
tth 2022-03-01 20:49:40 +01:00
parent 7aa5980212
commit cf2333cf1f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ subroutine spit_as_pgm(pic, fname)
integer :: ix, iy
real :: fk, fpix
! XXX print *, "> spit_as_pgm to ", fname
write(0, '(1X, A)') "> spit_as_pgm to " // trim(fname)
open(newunit=io, file=fname)
write (io, '(a2)') "P2"