- Timestamp:
- Apr 1, 2008 11:10:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/user_interface.f90
r148 r156 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! bugfix in user_read_restart_data 6 7 ! small bugfixes for sample code (comments): 7 8 ! - initialize ustvst with 0.0 as it is now computed only until nxr and nyn … … 226 227 ! 227 228 ! CASE ( 'u2_av' ) 228 ! IF ( .NOT. ALLOCATED( u2_av ) THEN229 ! IF ( .NOT. ALLOCATED( u2_av ) ) THEN 229 230 ! ALLOCATE( u2_av(nzb:nzt+1,nys-1:nyn+1,nxl-1:nxr+1) ) 230 231 ! ENDIF
Note: See TracChangeset
for help on using the changeset viewer.