source: trunk/src/displ_uvmat.m @ 575

Last change on this file since 575 was 530, checked in by sommeria, 12 years ago

new conventions for find_field_cells .

File size: 388 bytes
Line 
1%'displ_uvmat': display a message using  msgbox_uvmat or on the log file in batch mode
2%--------------------------------------------------------------------------
3%  function displ_uvmat(title,display_str,Position)
4%
5function displ_uvmat(title,display_str,Position)
6if isequal(Position,0)
7    display([title ': ' display_str])
8else
9    msgbox_uvmat(title,display_str,'',Position)
10end
11   
Note: See TracBrowser for help on using the repository browser.