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/civ_series.m

    r885 r886  
    271271
    272272%% prepare output Data
    273 Data.ListGlobalAttribute={'Conventions','Program','CivStage'};
     273ListGlobalAttribute={'Conventions','Program','CivStage'};
    274274Data.Conventions='uvmat/civdata';% states the conventions used for the description of field variables and attributes
    275275Data.Program='civ_series';
     
    412412                Data.(Civ1_param{4+ilist})=Param.ActionInput.Civ1.(list_param{ilist});
    413413            end
    414             Data.ListGlobalAttribute=[Data.ListGlobalAttribute Civ1_param];
     414            Data.ListGlobalAttribute=[ListGlobalAttribute Civ1_param];
    415415            Data.CivStage=1;
    416416        end
Note: See TracChangeset for help on using the changeset viewer.