source: Roms_tools/mexcdf/snctools/nc_char.m @ 1

Last change on this file since 1 was 1, checked in by cholod, 13 years ago

import Roms_Agrif

File size: 184 bytes
Line 
1function nc_datatype = nc_char()
2% NC_CHAR:  returns constant corresponding to NC_CHAR enumerated constant in netcdf.h
3%
4% USAGE:  nc_datatype = nc_char;
5%
6
7nc_datatype = 2;
8return
9
10
11
Note: See TracBrowser for help on using the repository browser.