Changeset 703 for trunk


Ignore:
Timestamp:
Dec 13, 2013, 10:57:09 PM (10 years ago)
Author:
sommeria
Message:

handling errormsg in civ-series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_series.m

    r676 r703  
    351351                [xtable ytable utable vtable ctable F result_conv errormsg] = civ (par_civ1);
    352352                if ~isempty(errormsg)
     353                     disp_uvmat('ERROR',errormsg,checkrun)
    353354                    return
    354355                end
     
    365366            [xtable ytable utable vtable ctable F result_conv errormsg] = civ (par_civ1);
    366367            if ~isempty(errormsg)
     368                disp_uvmat('ERROR',errormsg,checkrun)
    367369                return
    368370            end
     
    383385        if isfield(Data,'Txt')
    384386            errormsg=Data.Txt;
     387            disp_uvmat('ERROR',errormsg,checkrun)
    385388            return
    386389        end
     
    423426        if check_civx
    424427            errormsg='Civ Matlab input needed for patch';
     428            disp_uvmat('ERROR',errormsg,checkrun)
    425429            return
    426430        end
Note: See TracChangeset for help on using the changeset viewer.