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_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
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
DOCUMENTOR
Kobus Barnard
SEE ALSO
allocate_2D_int16_array
,
allocate_2D_int32_array
,
free_2D_int32_array