Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_niml.c3181 int *nPath0, *nPath1, N_n0, N_n1, i, niml_ROI_Datum_type; in SUMA_FakeIt() local
3191 nPath0 = (int*) calloc(N_n0, sizeof(int)); in SUMA_FakeIt()
3193 nPath0[0] = 2; nPath0[1] = 1; nPath0[2] = 10; in SUMA_FakeIt()
3218 niml_ROI->ROI_datum[0].nPath = nPath0; in SUMA_FakeIt()
3253 free(nPath0); in SUMA_FakeIt()