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

source: trunk/src/displ_uvmat.m @ 529

Last change on this file since 529 was 473, checked in by sommeria, 12 years ago

displ_uvmat introduced to deal with message display in mode background

File size: 171 bytes
RevLine 
1function displ_uvmat(title,display_str,Position)
2if isequal(Position,0)
3    display([title ': ' display_str])
4else
5    msgbox_uvmat(title,display_str,'',Position)
6end
7   
Note: See TracBrowser for help on using the repository browser.