ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/DipoleCorrFunc.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/dynamicProps/DipoleCorrFunc.cpp (file contents):
Revision 2576 by tim, Mon Jan 30 22:25:27 2006 UTC vs.
Revision 2584 by tim, Tue Feb 7 16:39:23 2006 UTC

# Line 52 | Line 52 | namespace oopse {
52      }
53  
54    double DipoleCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
55 <    Vector3d v1 =sd1->getElectroFrame().getColumn(2);
56 <    Vector3d v2 = sd2->getElectroFrame().getColumn(2);
55 >    Vector3d v1 =sd1->getElectroFrame(frame1).getColumn(2);
56 >    Vector3d v2 = sd2->getElectroFrame(frame2).getColumn(2);
57  
58      return dot(v1, v2);
59    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines