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 |
106 |
|
} |
107 |
|
|
108 |
|
// build a RestReader and read in important information |
109 |
+ |
|
110 |
|
restRead_ = new RestReader(info_); |
111 |
|
restRead_->readIdealCrystal(); |
112 |
|
restRead_->readZangle(); |
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] |