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

Comparing trunk/OOPSE-4/src/applications/staticProps/GofRAngle.cpp (file contents):
Revision 2045 by tim, Thu Feb 17 18:30:54 2005 UTC vs.
Revision 2057 by tim, Mon Feb 21 16:57:22 2005 UTC

# Line 162 | Line 162 | double GofROmega::evaluateAngle(StuntDouble* sd1, Stun
162  
163   double GofROmega::evaluateAngle(StuntDouble* sd1, StuntDouble* sd2) {
164      Vector3d v1 = sd1->getElectroFrame().getColumn(2);
165 <    Vector3d v2 = sd1->getElectroFrame().getColumn(2);    
165 >    Vector3d v2 = sd2->getElectroFrame().getColumn(2);    
166      v1.normalize();
167      v2.normalize();
168      return dot(v1, v2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines