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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/LegendreCorrFunc.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 55 | Line 55 | namespace oopse {
55  
56      }
57  
58 <  double LegendreCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
58 >  RealType LegendreCorrFunc::calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) {
59      Vector3d v1 =sd1->getA(frame1).getColumn(2);
60      Vector3d v2 = sd2->getA(frame2).getColumn(2);
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines