| 123 |
c PARAMETER (START=500,SEC1ST=1200) |
c PARAMETER (START=500,SEC1ST=1200) |
| 124 |
PARAMETER (SEC1ST=1200) |
PARAMETER (SEC1ST=1200) |
| 125 |
PARAMETER (NPLA=22,NCHA=96,LENSEV=NPLA*NCHA) |
PARAMETER (NPLA=22,NCHA=96,LENSEV=NPLA*NCHA) |
| 126 |
PARAMETER (ival='FFFF'x) |
c PARAMETER (ival=-32768) |
| 127 |
|
c PARAMETER (ival='FFFF'x) |
| 128 |
C |
C |
| 129 |
C Normal variables definition |
C Normal variables definition |
| 130 |
C |
C |
| 173 |
C |
C |
| 174 |
C Begin ! |
C Begin ! |
| 175 |
C |
C |
| 176 |
|
c dumpo = iev |
| 177 |
start = 320 |
start = 320 |
| 178 |
firsttime = 1 |
firsttime = 1 |
| 179 |
SOGLIA0 = 70 |
SOGLIA0 = 70 |
| 180 |
|
sic = 0 |
| 181 |
|
sicb = 0 |
| 182 |
2 continue |
2 continue |
| 183 |
C |
C |
| 184 |
C input length must be > 0, if not go out with error code 142 |
C input length must be > 0, if not go out with error code 142 |
| 190 |
enddo |
enddo |
| 191 |
goto 999 |
goto 999 |
| 192 |
endif |
endif |
| 193 |
|
|
| 194 |
|
do bit = 0, 15 |
| 195 |
|
ival = ibset(ival,bit) |
| 196 |
|
enddo |
| 197 |
|
c print *,' IVAL ',IVAL |
| 198 |
|
c write(*,22)IVAL |
| 199 |
C |
C |
| 200 |
C no debug informations |
C no debug informations |
| 201 |
C |
C |
| 203 |
C |
C |
| 204 |
C DEBUG: PRINT OUT THE INPUT VECTOR |
C DEBUG: PRINT OUT THE INPUT VECTOR |
| 205 |
C |
C |
| 206 |
if (iev.eq.dumpo) then |
c if (iev.eq.dumpo) then |
| 207 |
do l=1,lung |
c do l=1,lung |
| 208 |
write(*,17)l,vecta(l) |
c write(*,17)l,vecta(l) |
| 209 |
enddo |
c enddo |
| 210 |
endif |
c endif |
| 211 |
C dumpo = iev |
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 |
| 305 |
c |
c |
| 306 |
32 continue |
32 continue |
| 307 |
C |
C |
| 308 |
|
if ( ic .lt. 1 ) then |
| 309 |
|
if (dumpo.eq.iev) print *,' AGH IC = ',IC |
| 310 |
|
ic = 1 |
| 311 |
|
endif |
| 312 |
|
if ( icsave .lt. 0 ) then |
| 313 |
|
if (dumpo.eq.iev) print *,' AGH ICSAVE = ',ICSAVE |
| 314 |
|
icsave = 0 |
| 315 |
|
endif |
| 316 |
|
C |
| 317 |
ke = 0 |
ke = 0 |
| 318 |
chis = chi |
chis = chi |
| 319 |
icold = ic |
icold = ic |
| 854 |
headcor = 1 |
headcor = 1 |
| 855 |
ichc = ic - 1 |
ichc = ic - 1 |
| 856 |
if (iev.eq.dumpo) |
if (iev.eq.dumpo) |
| 857 |
& print *,'crc is wrong ',ic, |
& print *,' A crc is wrong ',ic, |
| 858 |
& ' search section ',contr,' coco = ',coco |
& ' search section ',contr,' coco = ',coco |
| 859 |
goto 32 |
goto 32 |
| 860 |
else |
else |
| 1145 |
ichc = sic - 1 |
ichc = sic - 1 |
| 1146 |
icb = sicb |
icb = sicb |
| 1147 |
if (iev.eq.dumpo) |
if (iev.eq.dumpo) |
| 1148 |
& print *,'crc is wrong ',sic, |
& print *,' B crc is wrong ',sic, |
| 1149 |
& ' search section ',contr,' coco = ',coco |
& ' search section ',contr,' coco = ',coco |
| 1150 |
goto 32 |
goto 32 |
| 1151 |
c |
c |
| 1272 |
enddo |
enddo |
| 1273 |
enddo |
enddo |
| 1274 |
endif |
endif |
| 1275 |
do l=1,lung |
c do l=1,lung |
| 1276 |
write(*,17)l,vecta(l) |
c write(*,17)l,vecta(l) |
| 1277 |
enddo |
c enddo |
| 1278 |
endif |
endif |
| 1279 |
iev = iev + 1 |
iev = iev + 1 |
| 1280 |
RETURN |
RETURN |