10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-28 16:12:07 +02:00
irpf90/example/irp_example2.irp.f
Anthony Scemama 413a934889 Corrected bug in IRP_READ/IRP_WRITE
Version:1.1.26
2009-09-25 09:44:56 +02:00

8 lines
85 B
Fortran

program irp_example2
print *, "Example 2"
print *, 't = ', t
IRP_WRITE t
end