Changeset 2017 for palm/trunk/UTIL/interpret_config.f90
- Timestamp:
- Sep 29, 2016 6:22:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/interpret_config.f90
r1310 r2017 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Bugfix in case of # of output files > 100 23 23 ! 24 24 ! Former revisions: … … 493 493 '"; typeout[',I1,']="',A,'"'/'pathout[',I1,']="',A, & 494 494 '"; endout[',I1,']="',A,'"; extout[',I1,']="',A,'"') 495 ELSEIF ( i in< 100 ) THEN495 ELSEIF ( iout < 100 ) THEN 496 496 WRITE (2,2004) iout, s1(1:is1), iout, s2c(1:is2c), & 497 497 iout, s3(1:is3), iout, s4(1:is4), &
Note: See TracChangeset
for help on using the changeset viewer.