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

Comparing trunk/OOPSE-4/src/restraints/Restraints.cpp (file contents):
Revision 2115 by chrisfen, Fri Mar 11 00:43:19 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 129 | Line 129 | namespace oopse {
129    
130    void Restraints::Calc_body_thetaVal(RotMat3x3d &matrix, double refUnit[3]){
131      ub0x = matrix(0,0)*refUnit[0] + matrix(0,1)*refUnit[1]
132 <    + matrix(0,2)*refUnit[2];
132 >      + matrix(0,2)*refUnit[2];
133      ub0y = matrix(1,0)*refUnit[0] + matrix(1,1)*refUnit[1]
134        + matrix(1,2)*refUnit[2];
135      ub0z = matrix(2,0)*refUnit[0] + matrix(2,1)*refUnit[1]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines