TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
geometry_freememory.h
Go to the documentation of this file.
1 
24 void free_point(POINT *P);
25 
26 void free_line(LINE *L);
27 
28 void free_polygon(POLYGON *PO);
29 
30 void free_linevector(LINEVECTOR *lv);
31 
32 
34 
35 
36 
37 
40