Changeset 315 for trunk/src/set_grid.m


Ignore:
Timestamp:
Dec 3, 2011, 10:25:45 PM (12 years ago)
Author:
sommeria
Message:

many corrections, use of the new GUI civ with mask, grid and the new matlab civ1 and fix
pivlab now included in civ_matlab which contains all matlab subfunctions for civ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_grid.m

    r84 r315  
    3232                   'gui_LayoutFcn',  [] , ...
    3333                   'gui_Callback',   []);
    34 if nargin & isstr(varargin{1})
     34% if nargin & isstr(varargin{1})
     35%     gui_State.gui_Callback = str2func(varargin{1});
     36% end
     37if nargin && ischar(varargin{1})
    3538    gui_State.gui_Callback = str2func(varargin{1});
    3639end
    37 
    3840if nargout
    3941    [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
Note: See TracChangeset for help on using the changeset viewer.