10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-12 06:13:38 +02:00
irpf90/example/irp_example1.irp.f
Anthony Scemama 44a27ce079 Makefile with/without cython
Version:1.2.13
2012-06-04 17:10:23 +02:00

13 lines
258 B
Fortran

program irp_example1
! integer :: x(W)
! BEGIN_SHELL [ /bin/bash ]
! echo print *, \'Compiled by `whoami` on `date`\'
! echo print *, \'$FC $FCFLAGS\'
! echo print *, \'$IRPF90\'
! END_SHELL
print *, 't = ', t
print *, 'v=', v
! print *, u2
end