This function is not used outside of stuff.c.
NEATOPROCS_API int checkStart(graph_t * G, int nG, int);
NEATOPROCS_API int circuit_model(graph_t *, int);
NEATOPROCS_API void diffeq_model(graph_t *, int);
- NEATOPROCS_API double fpow32(double);
NEATOPROCS_API Ppolyline_t getPath(edge_t *, vconfig_t *, int, Ppoly_t **,
int);
NEATOPROCS_API void heapdown(Agnode_t *);
static double Epsilon2;
static Agnode_t *choose_node(graph_t *, int);
-double fpow32(double x)
+static double fpow32(double x)
{
x = sqrt(x);
return x * x * x;