Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_atlas.c996 ATLAS_SPACE *xs, *spl_space, *src_space; in find_available_spaces() local
1032 spl_space = spl->space+nspaces-1; in find_available_spaces()
1033 spl_space->atlas_space = nifti_strdup(xs->atlas_space); in find_available_spaces()
1034 spl_space->generic_space = nifti_strdup(xs->generic_space); in find_available_spaces()
1036 if( (spl_space->atlas_space == NULL) || in find_available_spaces()
1037 (spl_space->generic_space == NULL)) { in find_available_spaces()