Changeset 611 for BOL/trunk/Class_Reg
- Timestamp:
- Mar 24, 2005, 6:27:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/trunk/Class_Reg/geo2reg.F90
r606 r611 89 89 endif 90 90 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 93 94 line_read = trim(line_read) 94 95 IF (INDEX(line_read, '#') /= 1) THEN … … 106 107 end select 107 108 endif 108 enddo 109 enddo config 109 110 if (iostat > 0) then 110 111 write(lunout,*) & … … 244 245 enddo 245 246 enddo 246 write(*,*) 'sfce totale = 4 ?',surftest/pi247 write(*,*) 'sfce totale = 4pi ',surftest/pi 247 248 248 249 !---------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.