Changes between Version 61 and Version 62 of doc/app/userint/output


Ignore:
Timestamp:
Oct 11, 2010 11:52:06 AM (14 years ago)
Author:
heinze
Comment:

--

Legend:

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

    v61 v62  
    289289               [[span({{{d(nzb+1:nzt,nys:nyn,nxl:nxr) = ustvst(nzb+1:nzt,nys:nyn,nxl:nxr)}}},style=color: red)]]    \\     
    290290            {{{    CASE DEFAULT  }}} \\
    291                {{{    PRINT*, '+++ user_spectra/preprocess: Spectra of ', &  }}} \\ 
    292                {{{         TRIM( data_output_sp(m) ), ' can not be calculated'    }}} \\       
     291               {{{    message_string = 'Spectra of ' // &}}}\\
     292               {{{   TRIM( data_output_sp(m) ) // ' can not be calculated'}}}\\
     293               {{{   CALL message( 'user_spectra', 'UI0010', 0, 0, 0, 6, 0 )}}}\\
    293294      {{{       END SELECT  }}} \\ 
    294295   {{{ ELSEIF ( mode == 'data_output' )  THEN  }}} \\ 
     
    300301              [[span({{{pr = 6}}},style=color: red)]]    \\
    301302         {{{    CASE DEFAULT }}} \\
    302             {{{    PRINT*, '+++ user_spectra/data_output: Spectra of ', & }}} \\
    303             {{{                 TRIM( data_output_sp(m) ), ' are not defined' }}} \\
     303            {{{    message_string = 'Spectra of ' //  &}}}\\
     304            {{{    TRIM( data_output_sp(m) ) // ' are not defined'}}}\\
     305            {{{    CALL message( 'user_spectra', 'UI0011', 0, 0, 0, 6, 0 )}}}\\
    304306      {{{    END SELECT }}} \\
    305307   {{{ ENDIF }}} \\