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.
p1.f90 in vendors/t/fcm-make/22-build-2-bad-mod-over-inherit/src – NEMO

source: vendors/t/fcm-make/22-build-2-bad-mod-over-inherit/src/p1.f90 @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 80 bytes
Line 
1program p1
2use m1, only: s1
3use m2, only: s2
4call s1()
5call s2()
6end program p1
Note: See TracBrowser for help on using the repository browser.