New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
hello_sub2.f90 in vendors/fcm/current/test/repos/add_subroutine – NEMO

source: vendors/fcm/current/test/repos/add_subroutine/hello_sub2.f90 @ 1977

Last change on this file since 1977 was 1977, checked in by flavoni, 14 years ago

importing fcm vendor

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.