Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.c7566 *iTri_limb=NULL, icur, in1, in2, N_Node_Alloc; in SUMA_Make_Edge_List_eng() local
7598 N_Node_Alloc = FL[0]; in SUMA_Make_Edge_List_eng()
7599 for (i=1; i<3*N_FL; ++i) if (N_Node_Alloc < FL[i]) N_Node_Alloc=FL[i]; in SUMA_Make_Edge_List_eng()
7600 ++N_Node_Alloc; in SUMA_Make_Edge_List_eng()
7607 SEL->ELloc = (int *)SUMA_calloc(N_Node_Alloc, sizeof(int)); in SUMA_Make_Edge_List_eng()
7608 SEL->N_ELloc = N_Node_Alloc; in SUMA_Make_Edge_List_eng()