close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 29, 2017, 10:13:49 AM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
2 | 2 | |
3 | 3 | It reads |
4 | | |
| 4 | {{{ |
| 5 | #!div class="code" |
5 | 6 | 140 // mu phase space |
6 | 7 | 141 if ((pmu.Vect().Mag() < 250) || (pnu.Vect().Angle(pmu.Vect()) < -0.6)) { |
… |
… |
|
13 | 14 | 148 return false; |
14 | 15 | 149 } |
15 | | |
| 16 | }}} |
16 | 17 | Where I assume there should be a "cos" around line 141 angle and line 147. |
17 | 18 | |