}
static void get_polygon_solids(int nt, SparseMatrix E, int ncomps, int *comps_ptr, int *comps,
- int *mask, double *x_poly, SparseMatrix *polys){
+ int *mask, SparseMatrix *polys){
/*============================================================
polygon slids that will be colored
polygon solids
============================================================*/
- get_polygon_solids(nt, E, ncomps, comps_ptr, comps, mask, *x_poly, polys);
+ get_polygon_solids(nt, E, ncomps, comps_ptr, comps, mask, polys);
B = get_country_graph(n, E, groups, GRP_RANDOM, GRP_BBOX);
*country_graph = B;