Ignore:
Timestamp:
May 8, 2010, 10:05:35 AM (16 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge commit 'jupiter/StructureRefactoring' into StructureRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analysis_correlation.cpp

    r1775d3 r8c01ce  
    131131                                checkOtherX = Vector(Othern[0], Othern[1], Othern[2]) + periodicOtherX;
    132132                                checkOtherX.MatrixMultiplication(FullMatrix);
    133                                 distance = checkX.Distance(checkOtherX);
     133                                distance = checkX.distance(checkOtherX);
    134134                                //Log() << Verbose(1) <<"Inserting " << *Walker << " and " << *OtherWalker << endl;
    135135                                outmap->insert ( pair<double, pair <atom *, atom*> > (distance, pair<atom *, atom*> (Walker, OtherWalker) ) );
     
    224224                checkX = Vector(n[0], n[1], n[2]) + periodicX;
    225225                checkX.MatrixMultiplication(FullMatrix);
    226                 distance = checkX.Distance(*point);
     226                distance = checkX.distance(*point);
    227227                DoLog(4) && (Log() << Verbose(4) << "Current distance is " << distance << "." << endl);
    228228                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.