Changeset 611


Ignore:
Timestamp:
Mar 24, 2005, 6:27:23 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Pb avec la lecture du fichier config et un deallocate qui manquait
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/trunk/Class_Reg/geo2reg.F90

    r606 r611  
    8989  endif
    9090
    91   do while (iostat == 0)
    92     READ(20,'(A)',iostat=iostat)line_read
     91  config: do
     92    read(20,'(A)',iostat=iostat)line_read
     93    if (iostat /= 0) exit
    9394    line_read = trim(line_read)
    9495    IF (INDEX(line_read, '#') /= 1) THEN
     
    106107      end select
    107108    endif
    108   enddo
     109  enddo config
    109110  if (iostat > 0) then
    110111    write(lunout,*) &
     
    244245    enddo
    245246  enddo
    246   write(*,*) 'sfce totale = 4? ',surftest/pi
     247  write(*,*) 'sfce totale = 4pi ',surftest/pi
    247248
    248249!---------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.