source: TOOLS/MOZAIC/src/POLY/mt_c2d.f90 @ 3327

Last change on this file since 3327 was 3326, checked in by omamce, 7 years ago

O.M. : Utility to generate interpolatio weights for OASIS-MCT

File size: 231 bytes
Line 
1! -*- MODE: F90 -*-
2MODULE mt_c2d
3   !> defines the point type
4   USE poly_types
5   !> Polygon type
6   TYPE c2d
7      REAL (kind=rp) :: x !< x-coordinate
8      REAL (kind=rp) :: y !< y-coordinate
9   END TYPE c2d
10END MODULE mt_c2d
11
Note: See TracBrowser for help on using the repository browser.