source:
trunk/WRF.COMMON/WRFV3/external/io_grib1/grib1_util/alloc_2d.h
@
2759
Last change on this file since 2759 was 2759, checked in by , 2 years ago | |
---|---|
File size: 114 bytes |
Line | |
---|---|
1 | float **alloc_float_2d(int firstdim,int seconddim); |
2 | void free_float_2d(float **var, int firstdim, int seconddim); |
Note: See TracBrowser
for help on using the repository browser.