Skip to content

Commit b176df4

Browse files
committed
report if compiled with support for seagrass
1 parent fa1c029 commit b176df4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/gotm/print_version.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ subroutine print_version()
6363
#ifdef _CVMIX_
6464
LEVEL0 'CVMix: included'
6565
#endif
66+
#ifdef _SEAGRASS_
67+
LEVEL0 'Seagrass:included'
68+
#endif
6669
#ifdef NETCDF_FMT
6770
LEVEL0 'NetCDF: ',trim(NF90_INQ_LIBVERS())
6871
#endif

0 commit comments

Comments
 (0)