Ignore:
Timestamp:
Sep 5, 2008, 5:02:18 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
5887ed
Parents:
0f508c
Message:

moved all definitions from boundary.hpp to molecules.hpp, and renamed DistanceNrPair to DistancePair.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    r0f508c rdfc1c7  
    252252      //ProjectedVector.Output(out);
    253253      //*out << endl;
    254       BoundaryTestPair = BoundaryPoints[axis].insert( BoundariesPair (angle, DistanceNrPair (radius, Walker) ) );
     254      BoundaryTestPair = BoundaryPoints[axis].insert( BoundariesPair (angle, DistancePair (radius, Walker) ) );
    255255      if (BoundaryTestPair.second) { // successfully inserted
    256256      } else { // same point exists, check first r, then distance of original vectors to center of gravity
Note: See TracChangeset for help on using the changeset viewer.