Changes between Version 66 and Version 67 of doc/app/userint/output
- Timestamp:
- Jan 3, 2011 12:42:11 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/userint/output
v66 v67 82 82 4. The data array has to be allocated in subroutine [../int#user_init user_init]: \\ 83 83 84 {{{ALLOCATE( u2(nzb:nzt+1,nys -1:nyn+1,nxl-1:nxr+1) ) }}}84 {{{ALLOCATE( u2(nzb:nzt+1,nysg:nyng,nxlg:nxrg) ) }}} 85 85 86 86 5. The quantity has to be given a unit (subroutine [../int#user_check_data_output user_check_data_output]): \\