mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-07 06:33:43 +01:00
413a934889
Version:1.1.26
8 lines
85 B
Fortran
8 lines
85 B
Fortran
program irp_example2
|
|
print *, "Example 2"
|
|
print *, 't = ', t
|
|
|
|
IRP_WRITE t
|
|
|
|
end
|