Changeset 382 for trunk/src/civ.m


Ignore:
Timestamp:
Feb 6, 2012, 11:46:39 PM (12 years ago)
Author:
sommeria
Message:

several bugs corrected
function filter_tps introduced (spline thin shell)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r379 r382  
    3232    'gui_LayoutFcn',  [] , ...
    3333    'gui_Callback',   []);
    34 if nargin && ischar(varargin{1})
     34if nargin && ischar(varargin{1}) && ~isempty(regexp(varargin{1},'_Callback$','once'))
    3535    gui_State.gui_Callback = str2func(varargin{1});
    3636end
     
    15331533                        batch_file_list{length(batch_file_list)+1}=filename_bat;
    15341534                    else
    1535                         [Data,erromsg]=civ_matlab(Param,filecell.nc.civ1{ifile,j});
     1535                        [tild,errormsg]=civ_matlab(Param,filecell.nc.civ1{ifile,j});
    15361536                        if isempty(errormsg)
    15371537                            display([filecell.nc.civ1{ifile,j} ' written'])
Note: See TracChangeset for help on using the changeset viewer.