ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Euler3.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Euler3.cpp (file contents):
Revision 1267 by tim, Wed Jun 9 16:16:33 2004 UTC vs.
Revision 1268 by tim, Fri Jun 11 17:16:21 2004 UTC

# Line 4 | Line 4 | Euler3::Euler3(const Vector3d& v){
4   #include "Vector3d.hpp"
5  
6   Euler3::Euler3(const Vector3d& v){
7 <  this->theta = v.x;
8 <  this->phi = v.y;
7 >  this->phi = v.x;
8 >  this->theta = v.y;
9    this->psi = v.z;
10   }
11  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines