Home
last modified time | relevance | path

Searched refs:clist_length (Results 1 – 1 of 1) sorted by relevance

/dports/math/chaco/Chaco-2.2/code/klspiff/
H A Dcoarsen_kl.c81 int clist_length; /* length of coarse graph boundary vtx list */ local
350 clist_length = 0;
351 while (cbndy_list[clist_length] != 0) {
352 clist_length++;
354 bndy_list = (int *) smalloc((unsigned) (2 * clist_length + 1) * sizeof(int));
357 for (i=0; i<clist_length; i++) {