| 203 |
C |
C |
| 204 |
C DEBUG: PRINT OUT THE INPUT VECTOR |
C DEBUG: PRINT OUT THE INPUT VECTOR |
| 205 |
C |
C |
| 206 |
|
c dumpo=iev |
| 207 |
c if (iev.eq.dumpo) then |
c if (iev.eq.dumpo) then |
| 208 |
c do l=1,lung |
c do l=1,lung |
| 209 |
c write(*,17)l,vecta(l) |
c write(*,17)l,vecta(l) |
| 210 |
c enddo |
c enddo |
| 211 |
c endif |
c endif |
|
C dumpo = iev |
|
| 212 |
C |
C |
| 213 |
C DETERMINE LENGTH IN WORDS FROM LENGTH IN BYTES |
C DETERMINE LENGTH IN WORDS FROM LENGTH IN BYTES |
| 214 |
C |
C |
| 1130 |
150 continue |
150 continue |
| 1131 |
C |
C |
| 1132 |
contr = contr + 1 |
contr = contr + 1 |
| 1133 |
|
|
| 1134 |
|
c |
| 1135 |
|
c should never happen that we find MORE than 4 sections.. |
| 1136 |
|
c |
| 1137 |
|
if (contr.gt.4) then |
| 1138 |
|
if (iev.eq.dumpo) |
| 1139 |
|
& print *,'contr ????????????? ',contr |
| 1140 |
|
|
| 1141 |
|
me = 1 |
| 1142 |
|
do i = 1, 4 |
| 1143 |
|
merror(i) = 129 |
| 1144 |
|
e2(i) = 0 |
| 1145 |
|
stwerr(i) = 0 |
| 1146 |
|
enddo |
| 1147 |
|
call clearall |
| 1148 |
|
goto 999 |
| 1149 |
|
endif |
| 1150 |
c |
c |
| 1151 |
c in case of crc error proceed as if we never processed this section |
c in case of crc error proceed as if we never processed this section |
| 1152 |
c |
c |