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

source: vendors/FCM-2017.10.0/t/fcm-make/17-build-cyclic/src/quack.f90 @ 10672

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

Reimport latest FCM release

File size: 110 bytes
Line 
1module quack
2implicit none
3private
4
5type, public, abstract :: quack_type
6  private
7end type
8
9end module quack
Note: See TracBrowser for help on using the repository browser.