close Warning: Can't use blame annotator:
svn blame failed on trunk/src/displ_uvmat.m: 28 - Can't close file '/tmp/svn-zkW62P': No space left on device

source: trunk/src/displ_uvmat.m @ 615

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

new conventions for find_field_cells .

File size: 388 bytes
RevLine 
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.