Changeset 747 for trunk/src/disp_uvmat.m


Ignore:
Timestamp:
Apr 22, 2014, 9:44:39 AM (10 years ago)
Author:
sommeria
Message:

adpatations to 3D fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/disp_uvmat.m

    r667 r747  
    1010%  checkrun: =0: batch mode: text display on log file
    1111
    12 function disp_uvmat(title,display_str,checkrun)
     12function hh=disp_uvmat(title,display_str,checkrun)
     13hh=[];
    1314if checkrun
    14     msgbox_uvmat(title,display_str,'')
     15    hh=msgbox_uvmat(title,display_str,'');
    1516else
    1617    disp([title ': ' display_str])
Note: See TracChangeset for help on using the changeset viewer.