Changeset 1168 for trunk/src/series


Ignore:
Timestamp:
Dec 9, 2024, 7:40:14 PM (2 months ago)
Author:
sommeria
Message:

bugs repaired in civ TEST mode

File:
1 edited

Legend:

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

    r1165 r1168  
    284284        end
    285285    end
    286     if CheckInputFile
     286%     if CheckInputFile
     287    if CheckOutputFile
    287288        OutputPath=fullfile(Param.OutputPath,Param.Experiment,Param.Device);
    288289        if iview_A==0 % no nc file has been entered
     
    488489       
    489490        % caluclate velocity data
    490         tstart_civ1=tic;
     491       % tstart_civ1=tic;
    491492        [Data.Civ1_X,Data.Civ1_Y,Data.Civ1_U,Data.Civ1_V,Data.Civ1_C,Data.Civ1_FF, result_conv, errormsg] = civ (par_civ1);
    492493        if ~isempty(errormsg)
Note: See TracChangeset for help on using the changeset viewer.