Home
last modified time | relevance | path

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

/dports/science/openmx/openmx3.8/source/
H A DSet_OLP_Kin.c49 int size_SumS0,size_TmpOLP; in Set_OLP_Kin() local
74 size_TmpOLP = (List_YOUSO[25]+1)*List_YOUSO[24]*(2*(List_YOUSO[25]+1)+1)* in Set_OLP_Kin()
81 PrintMemory("Set_OLP_Kin: TmpOLP", sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
82 PrintMemory("Set_OLP_Kin: TmpOLPr",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
83 PrintMemory("Set_OLP_Kin: TmpOLPt",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
84 PrintMemory("Set_OLP_Kin: TmpOLPp",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
85 PrintMemory("Set_OLP_Kin: TmpKin", sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
86 PrintMemory("Set_OLP_Kin: TmpKinr",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
87 PrintMemory("Set_OLP_Kin: TmpKint",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
88 PrintMemory("Set_OLP_Kin: TmpKinp",sizeof(dcomplex)*size_TmpOLP,NULL); in Set_OLP_Kin()
H A DGenerate_Wannier.c380 int Lmax_Four_Int,size_SumS0,size_TmpOLP; in Set_OLP_Projector_Basis() local