Changeset 1168 for trunk/src/series
- Timestamp:
- Dec 9, 2024, 7:40:14 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_series.m
r1165 r1168 284 284 end 285 285 end 286 if CheckInputFile 286 % if CheckInputFile 287 if CheckOutputFile 287 288 OutputPath=fullfile(Param.OutputPath,Param.Experiment,Param.Device); 288 289 if iview_A==0 % no nc file has been entered … … 488 489 489 490 % caluclate velocity data 490 tstart_civ1=tic;491 % tstart_civ1=tic; 491 492 [Data.Civ1_X,Data.Civ1_Y,Data.Civ1_U,Data.Civ1_V,Data.Civ1_C,Data.Civ1_FF, result_conv, errormsg] = civ (par_civ1); 492 493 if ~isempty(errormsg)
Note: See TracChangeset
for help on using the changeset viewer.