Changeset 88e890 for pcp/src/data.h
- Timestamp:
- Apr 22, 2008, 8:52:36 AM (17 years ago)
- Children:
- 53b5b6
- Parents:
- 90c027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/data.h
r90c027 r88e890 563 563 double RealBasis[NDIM_NDIM]; //!< Coefficients of the basis vectors 564 564 double RealBasisSQ[NDIM]; //!< squared Norm of each basis vector 565 //double RealBasisQ[NDIM]; //!< Norm of each basis vector565 double RealBasisCenter[NDIM]; //!< center of the unit cell ((0.5,0.5,0.5) transformed by RealBasis) 566 566 double InvBasis[NDIM_NDIM]; //!< Matrix-wise inverted basis vectors 567 567 double ReciBasis[NDIM_NDIM]; //!< Coefficients of the transposed(!), inverse basis "matrix" (i.e. reciprocal basis)
Note:
See TracChangeset
for help on using the changeset viewer.