Changeset 8c01ce for molecuilder/src/analysis_correlation.cpp
- Timestamp:
- May 8, 2010, 10:05:35 AM (16 years ago)
- Children:
- abde75
- Parents:
- 1775d3 (diff), 25e17e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/analysis_correlation.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analysis_correlation.cpp
r1775d3 r8c01ce 131 131 checkOtherX = Vector(Othern[0], Othern[1], Othern[2]) + periodicOtherX; 132 132 checkOtherX.MatrixMultiplication(FullMatrix); 133 distance = checkX. Distance(checkOtherX);133 distance = checkX.distance(checkOtherX); 134 134 //Log() << Verbose(1) <<"Inserting " << *Walker << " and " << *OtherWalker << endl; 135 135 outmap->insert ( pair<double, pair <atom *, atom*> > (distance, pair<atom *, atom*> (Walker, OtherWalker) ) ); … … 224 224 checkX = Vector(n[0], n[1], n[2]) + periodicX; 225 225 checkX.MatrixMultiplication(FullMatrix); 226 distance = checkX. Distance(*point);226 distance = checkX.distance(*point); 227 227 DoLog(4) && (Log() << Verbose(4) << "Current distance is " << distance << "." << endl); 228 228 outmap->insert ( pair<double, pair<atom *, const Vector*> >(distance, pair<atom *, const Vector*> (Walker, point) ) );
Note:
See TracChangeset
for help on using the changeset viewer.
