NAME

free_2D_byte_array - Frees an array from allocate_2D_byte_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_byte_array(unsigned char **array);

DESCRIPTION

This routine frees the storage obtained from allocate_2D_byte_array. If the argument is NULL, then this routine 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_byte_array , allocate_2D_short_array , free_2D_short_array , allocate_2D_int_array , free_2D_int_array , allocate_2D_long_array , free_2D_long_array , allocate_2D_float_array , free_2D_float_array , allocate_2D_double_array , free_2D_double_array , allocate_2D_ptr_array , free_2D_ptr_array