15 #ifndef INCLUDED_protocols_branch_angle_BranchParam1_hh
16 #define INCLUDED_protocols_branch_angle_BranchParam1_hh
24 namespace branch_angle {
104 if (m1_m2_Ktheta_diff < -tolerance)
return true;
105 if (m1_m2_Ktheta_diff > tolerance)
return false;
109 if (m1_m2_theta0_diff < -tolerance)
return true;
110 if (m1_m2_theta0_diff > tolerance)
return false;
114 if (m1_b1_Ktheta_diff < -tolerance)
return true;
115 if (m1_b1_Ktheta_diff > tolerance)
return false;
119 if (m1_b1_theta0_diff < -tolerance)
return true;
120 if (m1_b1_theta0_diff > tolerance)
return false;
124 if (m2_b1_Ktheta_diff < -tolerance)
return true;
125 if (m2_b1_Ktheta_diff > tolerance)
return false;
129 if (m2_b1_theta0_diff < -tolerance)
return true;