NAME

free_ellipse_list - Frees the space associated with a ellipse_list.

SYNOPSIS

#include "g2/g2_ellipse.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_ellipse_list(Ellipse_list *list_ptr);

DESCRIPTION

This routine frees the storage associated with a ellipse_list obtained from create_ellipse_list (perhaps indirectly). If the argument is NULL, then this routine returns safely without doing anything.

ACKNOWLEGEMENT

This routine grew out of one written by Ian Harder. However, it is important to note that this routine is somewhat different than any of Ian's routines.

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

get_target_ellipse_list , create_ellipse_list