Home
last modified time | relevance | path

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

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dmacro_3d.c116 int max_no_list_el = 20; in new_edge_3d() local
117 LIST_BOUND *list_bound = MEM_ALLOC(max_no_list_el, LIST_BOUND); in new_edge_3d()
172 MEM_FREE(list_bound, max_no_list_el, LIST_BOUND); in new_edge_3d()
205 if (*n_neigh == max_no_list_el) { in new_edge_3d()
207 max_no_list_el, max_no_list_el + 20, in new_edge_3d()
209 max_no_list_el += 20; in new_edge_3d()
240 MEM_FREE(list_bound, max_no_list_el, LIST_BOUND); in new_edge_3d()