Changeset 372 for trunk/src/civ_matlab.m


Ignore:
Timestamp:
Jan 16, 2012, 12:28:26 AM (12 years ago)
Author:
sommeria
Message:

many bugs repaired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ_matlab.m

    r370 r372  
    282282    end
    283283    Data.ListGlobalAttribute=[Data.ListGlobalAttribute Civ2_param {'Civ2_Time','Civ2_Dt'}];
    284     Data.Civ2_Time=str2double(par_civ2.Time);
    285     Data.Civ2_Dt=str2double(par_civ2.Dt);
     284%     Data.Civ2_Time=par_civ2.Time;
     285%     Data.Civ2_Dt=par_civ2.Dt;
    286286    nbvar=numel(Data.ListVarName);
    287287    Data.ListVarName=[Data.ListVarName {'Civ2_X','Civ2_Y','Civ2_U','Civ2_V','Civ2_F','Civ2_C'}];%  cell array containing the names of the fields to record
Note: See TracChangeset for help on using the changeset viewer.