NAME

free_2D_int16_array - (MACRO) Frees array from from allocate_2D_int16_array

SYNOPSIS

#include "l/l_2D_arr.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


void free_2D_int16_array(kjb_int16 **array);

DESCRIPTION

This macro expands to the appropriate routine to free the storage obtained from allocate_2D_int16_array. If the argument is NULL, then it returns safely without doing anything.

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

allocate_2D_int16_array , allocate_2D_int32_array , free_2D_int32_array