Home
last modified time | relevance | path

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

/dports/science/openmx/openmx3.8/source/
H A DAllocate_Arrays.c787 NAO_kpoint = (double**)malloc(sizeof(double*)*(NAO_Nkpoint+1)); in Allocate_Arrays()
789 NAO_kpoint[i] = (double*)malloc(sizeof(double)*4); in Allocate_Arrays()
H A Dopenmx_common.h2864 double **NAO_kpoint; variable
H A DFree_Arrays.c2970 free(NAO_kpoint[i]); in array0()
2972 free(NAO_kpoint); in array0()