}
static int make_coarse_graph(v_data * graph, /* array of vtx data for graph */
- int nvtxs, /* number of vertices in graph */
int nedges, /* number of edges in graph */
v_data ** cgp, /* coarsened version of graph */
int cnvtxs, /* number of vtxs in coarsened graph */
free(mflag);
- *cnedges =
- make_coarse_graph(graph, nvtxs, nedges, cgraph, cnvtxs, v2cv,
- cv2v);
+ *cnedges = make_coarse_graph(graph, nedges, cgraph, cnvtxs, v2cv, cv2v);
*cgeom_nedges =
make_coarse_ex_graph(geom_graph, nvtxs, geom_nedges, cgeom_graph,
cnvtxs, v2cv, cv2v);