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 aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

File size: 114 bytes
Line 
1float **alloc_float_2d(int firstdim,int seconddim);
2void free_float_2d(float **var, int firstdim, int seconddim);
Note: See TracBrowser for help on using the repository browser.