bla...
This commit is contained in:
parent
7aa5980212
commit
cf2333cf1f
@ -15,7 +15,7 @@ subroutine spit_as_pgm(pic, fname)
|
|||||||
integer :: ix, iy
|
integer :: ix, iy
|
||||||
real :: fk, fpix
|
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)
|
open(newunit=io, file=fname)
|
||||||
write (io, '(a2)') "P2"
|
write (io, '(a2)') "P2"
|
||||||
|
Loading…
Reference in New Issue
Block a user