GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/cluster.h>
Go to the source code of this file.
Functions | |
int | I_cluster_exec_allocate (struct Cluster *C) |
int | I_cluster_exec_free (struct Cluster *C) |
int I_cluster_exec_allocate | ( | struct Cluster * | C | ) |
Definition at line 3 of file c_execmem.c.
References I_alloc_double2(), I_alloc_int(), I_cluster_exec_free(), and NULL.
Referenced by I_cluster_exec().
int I_cluster_exec_free | ( | struct Cluster * | C | ) |
Definition at line 27 of file c_execmem.c.
References I_free(), I_free_double2(), and NULL.
Referenced by I_cluster_exec_allocate().