Changeset 1375
- Timestamp:
- 04/20/11 11:26:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
IOIPSL/trunk/src/getincom.f90
r1336 r1375 1389 1389 nbve = nbve+1 1390 1390 WRITE(UNIT=cnt,FMT=c_i_fmt) nbve 1391 compline(nb_lines)=compline(nb_lines-1) 1391 1392 !- 1392 1393 ENDDO … … 1409 1410 1410 1411 IF (l_dbg) THEN 1411 WRITE(*,*) "getin_decrypt ->",TRIM(NEW_str), " : ", & 1412 WRITE(*,*) "getin_decrypt ->",TRIM(NEW_str), " : " 1413 WRITE(*,*) "getin_decrypt ->", nb_lines,& 1414 & SIZE(fichier), & 1415 & SIZE(fromfile), & 1416 & SIZE(filelist) 1417 IF (nb_lines > 0) THEN 1418 WRITE(*,*) "getin_decrypt ->",TRIM(NEW_str), " : ", & 1412 1419 & TRIM(fichier(nb_lines)), & 1413 1420 & fromfile(nb_lines), & 1414 1421 & TRIM(filelist(fromfile(nb_lines))) 1415 WRITE(*,*) " compline : ",compline(nb_lines) 1416 WRITE(*,*) " targetlist : ",TRIM(targetlist(nb_lines)) 1422 WRITE(*,*) " compline : ",compline(nb_lines) 1423 WRITE(*,*) " targetlist : ",TRIM(targetlist(nb_lines)) 1424 ENDIF 1417 1425 WRITE(*,*) " last_key : ",last_key 1418 1426 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.