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.
bar.f90 in vendors/t/fcm-make/17-build-cyclic/src – NEMO

source: vendors/t/fcm-make/17-build-cyclic/src/bar.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: 167 bytes
Line 
1module bar
2use quack,  only: quack_type
3use baz, only: baz_type
4implicit none
5private
6
7type, public, abstract, extends(quack_type) :: bar_type
8end type
9end module bar
Note: See TracBrowser for help on using the repository browser.