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 2758 by tim, Wed Mar 29 18:11:37 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines