|
||
void prim_facets_free_cache();
|
|
|
Synopsis |
#include "silver.h"
The prim_facets_free_cache function frees all memory associated with the faceting cache created by a call to prim_facets_build_cache.
|
|
Parameters |
none
|
|
Return Value |
none
|
|
See Also |
prim_facets_build_cache, prim_facets_collect, prim_facets_count
|
|
Example |
See prim_facets_build_cache for an example |
|