Home
last modified time | relevance | path

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

/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dreadstrf.c1107 xcr.conv_fcoor[i][0]*vec.recconv[0][0] + in ReadXSF()
1108 xcr.conv_fcoor[i][1]*vec.recconv[0][1] + in ReadXSF()
1109 xcr.conv_fcoor[i][2]*vec.recconv[0][2]; in ReadXSF()
1111 xcr.conv_fcoor[i][0]*vec.recconv[1][0] + in ReadXSF()
1112 xcr.conv_fcoor[i][1]*vec.recconv[1][1] + in ReadXSF()
1113 xcr.conv_fcoor[i][2]*vec.recconv[1][2]; in ReadXSF()
1117 xcr.conv_fcoor[i][2]*vec.recconv[2][2]; in ReadXSF()
1122 xcr.conv_fcoor[i][0] = a; in ReadXSF()
1123 xcr.conv_fcoor[i][1] = b; in ReadXSF()
1124 xcr.conv_fcoor[i][2] = c; in ReadXSF()
[all …]
H A Dstruct.h889 double (*conv_fcoor)[3]; /* fractional coordinates of atoms in convcell */ member
H A DxcMolSurf.c1033 fcoor = xcr.conv_fcoor; in MolSurfGrid()
H A DxcAppInit.c543 xcr.conv_fcoor = 0; in Xcrys_Init()