source: OFFICIAL/FCM_V1.5/test/repos/add_subroutine/hello_sub2.f90 @ 12

Last change on this file since 12 was 12, checked in by ymipsl, 14 years ago

ajout FCM
YM

File size: 212 bytes
Line 
1SUBROUTINE Hello_Sub2
2
3USE Hello_Constants, ONLY: hello_string
4
5IMPLICIT NONE
6
7CHARACTER (LEN=*), PARAMETER :: this = 'Hello_Sub2'
8
9WRITE (*, '(A)') this // ': ' // TRIM (hello_string)
10
11END SUBROUTINE Hello_Sub2
Note: See TracBrowser for help on using the repository browser.