source: trunk/WRF.COMMON/WRFV2/external/io_grib1/grib1_util/alloc_2d.h @ 2756

Last change on this file since 2756 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

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.