Changes between Version 66 and Version 67 of doc/app/userint/output


Ignore:
Timestamp:
Jan 3, 2011 12:42:11 PM (14 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v66 v67  
    8282   4. The data array has to be allocated in subroutine [../int#user_init user_init]: \\
    8383
    84    {{{ALLOCATE( u2(nzb:nzt+1,nys-1:nyn+1,nxl-1:nxr+1) ) }}}
     84   {{{ALLOCATE( u2(nzb:nzt+1,nysg:nyng,nxlg:nxrg) ) }}}
    8585
    8686   5. The quantity has to be given a unit (subroutine [../int#user_check_data_output user_check_data_output]): \\