Changeset 703
- Timestamp:
- Dec 13, 2013, 10:57:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r676 r703 351 351 [xtable ytable utable vtable ctable F result_conv errormsg] = civ (par_civ1); 352 352 if ~isempty(errormsg) 353 disp_uvmat('ERROR',errormsg,checkrun) 353 354 return 354 355 end … … 365 366 [xtable ytable utable vtable ctable F result_conv errormsg] = civ (par_civ1); 366 367 if ~isempty(errormsg) 368 disp_uvmat('ERROR',errormsg,checkrun) 367 369 return 368 370 end … … 383 385 if isfield(Data,'Txt') 384 386 errormsg=Data.Txt; 387 disp_uvmat('ERROR',errormsg,checkrun) 385 388 return 386 389 end … … 423 426 if check_civx 424 427 errormsg='Civ Matlab input needed for patch'; 428 disp_uvmat('ERROR',errormsg,checkrun) 425 429 return 426 430 end
Note: See TracChangeset
for help on using the changeset viewer.