Changeset f5586e for pcp/src/data.h


Ignore:
Timestamp:
Apr 22, 2008, 8:43:24 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
90c027
Parents:
cc46b0
Message:

RealBasisQ[] removed

RealBasisQ[] is again replaced by sqrt(RealBasisSQ[]) as we are going to switch to a pure matrix transformation for calculating whether points are still within the periodic cell and so forth instead of "hoping" the simulation box is rectangular.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/data.h

    rcc46b0 rf5586e  
    563563  double RealBasis[NDIM_NDIM];  //!< Coefficients of the basis vectors
    564564  double RealBasisSQ[NDIM];     //!< squared Norm of each basis vector
    565   double RealBasisQ[NDIM];     //!< Norm of each basis vector
     565  //double RealBasisQ[NDIM];     //!< Norm of each basis vector
    566566  double InvBasis[NDIM_NDIM];   //!< Matrix-wise inverted basis vectors
    567567  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.