Changeset 1088
- Timestamp:
- Jan 21, 2013 9:26:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_namelist_files.f90
r1037 r1088 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix: output format changed 23 23 ! 24 24 ! Former revisions: … … 68 68 69 69 OPEN( 11, FILE='parin_for_check', FORM='FORMATTED' ) 70 WRITE( 11, FMT='(I)'),max_pr_user71 CLOSE( 11)70 WRITE( 11, FMT='(I4)' ) max_pr_user 71 CLOSE( 11 ) 72 72 ! 73 73 !-- Determine processor topology and local array indicesy
Note: See TracChangeset
for help on using the changeset viewer.