1 |
C |
C |
2 |
C Written by Mirko Boezio and Emiliano Mocchiutti |
C Written by Mirko Boezio and Emiliano Mocchiutti |
3 |
C |
C |
4 |
C * Version: 3.1.5 * |
C * Version: 3.1.7 * |
5 |
|
C |
6 |
|
C 3.1.6 - 3.1.7: (2006-06-29) another bug related to XO is rotated, not XE!! fixed. |
7 |
|
C |
8 |
|
C 3.1.5 - 3.1.6: (2006-06-29) XO is rotated, not XE!! fixed. |
9 |
C |
C |
10 |
C 3.1.4 - 3.1.5: (2006-06-29) save in calpuls(section,1,1) and calpuls(section,1,2) the CRC values (transmitted and calculated) in case of CRC errors |
C 3.1.4 - 3.1.5: (2006-06-29) save in calpuls(section,1,1) and calpuls(section,1,2) the CRC values (transmitted and calculated) in case of CRC errors |
11 |
C |
C |
286 |
do i = 1,11 |
do i = 1,11 |
287 |
do j = 1,96 |
do j = 1,96 |
288 |
icb = icb + 1 |
icb = icb + 1 |
289 |
if (k.eq.1) then |
if (k.eq.3) then |
290 |
calpuls(k,i,97-j) = vect(icb) |
calpuls(k,i,97-j) = vect(icb) |
291 |
else |
else |
292 |
calpuls(k,i,j) = vect(icb) |
calpuls(k,i,j) = vect(icb) |