Ignore:
Timestamp:
Apr 2, 2021, 3:57:01 PM (3 years ago)
Author:
sommeria
Message:

bugs fixed

File:
1 edited

Legend:

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

    r1095 r1096  
    331331    end
    332332    if CheckInputFile
    333         OutputPath=fullfile(Param.OutputPath,Param.Experiment,Param.Device);
     333        OutputPath=fullfile(Param.OutputPath,num2str(Param.Experiment),num2str(Param.Device));
    334334        if iview_A==0 % no nc file has been entered
    335335            ncfile=fullfile_uvmat(OutputPath,Param.InputTable{1,2},Param.InputTable{1,3},Param.InputTable{1,5},...
Note: See TracChangeset for help on using the changeset viewer.