source:
XMLIO_V2/tools/FCM/test/repos/add_subroutine/hello_sub2.f90
@
81
Last change on this file since 81 was 81, checked in by ymipsl, 15 years ago | |
---|---|
File size: 212 bytes |
Rev | Line | |
---|---|---|
[81] | 1 | SUBROUTINE Hello_Sub2 |
2 | ||
3 | USE Hello_Constants, ONLY: hello_string | |
4 | ||
5 | IMPLICIT NONE | |
6 | ||
7 | CHARACTER (LEN=*), PARAMETER :: this = 'Hello_Sub2' | |
8 | ||
9 | WRITE (*, '(A)') this // ': ' // TRIM (hello_string) | |
10 | ||
11 | END SUBROUTINE Hello_Sub2 |
Note: See TracBrowser
for help on using the repository browser.