Ignore:
Timestamp:
Mar 28, 2015, 10:04:00 PM (9 years ago)
Author:
sommeria
Message:

bug on memory increase solved for civ_series and stereo_civ, corrections for Matlab2014b

File:
1 edited

Legend:

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

    r879 r886  
    234234OutputDir=[Param.OutputSubDir Param.OutputDirExt];
    235235
    236 Data.ListGlobalAttribute={'Conventions','Program','CivStage'};
     236ListGlobalAttribute={'Conventions','Program','CivStage'};
    237237Data.Conventions='uvmat/civdata';% states the conventions used for the description of field variables and attributes
    238238Data.Program=mfilename;%gives the name of the current function;
     
    338338            Data.(Civ1_param{4+ilist})=Param.ActionInput.Civ1.(list_param{ilist});
    339339        end
    340         Data.ListGlobalAttribute=[Data.ListGlobalAttribute Civ1_param];
     340        Data.ListGlobalAttribute=[ListGlobalAttribute Civ1_param];
    341341        Data.CivStage=1;
    342342       
Note: See TracChangeset for help on using the changeset viewer.