Home
last modified time | relevance | path

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

/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dhbonds.c42 (VEC3d*) NULL, /* start_coor */
43 (VEC3d*) NULL /* end_coor */
64 if (hbonds.start_coor == (VEC3d*) NULL) in make_H_Bonds()
66 hbonds.start_coor = (VEC3d*) xcCalloc(hbonds.max_n, sizeof(VEC3d)); in make_H_Bonds()
67 hbonds.end_coor = (VEC3d*) xcCalloc(hbonds.max_n, sizeof(VEC3d)); in make_H_Bonds()
150 hbonds.start_coor = (VEC3d*) in make_H_Bonds()
151 xcRealloc(hbonds.start_coor, hbonds.max_n * sizeof(VEC3d)); in make_H_Bonds()
152 hbonds.end_coor = (VEC3d*) in make_H_Bonds()
153 xcRealloc(hbonds.end_coor, hbonds.max_n * sizeof(VEC3d)); in make_H_Bonds()
H A Dstruct.h1108 typedef double VEC3d[3]; typedef
1126 VEC3d *start_coor; /* start coordinates of the H-bond */
1127 VEC3d *end_coor; /* end coordinates of the H-bond */