Changeset 335 for palm/trunk
- Timestamp:
- Jun 10, 2009 8:07:50 AM (15 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r333 r335 93 93 Errors: 94 94 ------ 95 Bugfix: error in formatting the output (message.f90) 96 95 97 Bugfix: avoid that ngp_2dh_s_inner becomes zero (init_3_model) 96 98 -
palm/trunk/SOURCE/message.f90
r329 r335 118 118 WRITE( *, '(4X,A)' ) TRIM( information_string_1 ) 119 119 WRITE( *, '(4X,A)' ) TRIM( information_string_2 ) 120 WRITE( *, '(4X,A)' ) '' 120 121 121 122 ELSE … … 135 136 ENDDO 136 137 WRITE( file_id, '(4X,A)' ) TRIM( message_string ) 137 WRITE( *, '(4X,A)' ) ''138 WRITE( file_id, '(4X,A)' ) '' 138 139 WRITE( file_id, '(4X,A)' ) TRIM( information_string_1 ) 139 140 WRITE( file_id, '(4X,A)' ) TRIM( information_string_2 ) 140 WRITE( *, '(4X,A)' ) ''141 WRITE( file_id, '(4X,A)' ) '' 141 142 ! 142 143 !-- Flush buffer, if requested
Note: See TracChangeset
for help on using the changeset viewer.