Searched refs:tmpisym (Results 1 – 1 of 1) sorted by relevance
367 int inversion_sym, **inv, **tmpsym, **tmpisym; in MP_Special_Kpt() local1387 tmpisym=(int**)malloc(sizeof(int*)*3); in MP_Special_Kpt()1391 tmpisym[i]=(int*)malloc(sizeof(int)*3); in MP_Special_Kpt()1400 Matrix_Productor(3, inv, tmpsym, tmpisym); in MP_Special_Kpt()1401 Matrix_Copy23(tmpisym, 3, ksym_op, k+op_num); in MP_Special_Kpt()1407 free(tmpisym[i]); in MP_Special_Kpt()1411 free(tmpisym); in MP_Special_Kpt()