Changeset 372 for trunk/src/civ.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.m

    r371 r372  
    13481348            Param.Civ2.ImageB=filecell.ima2.civ2{ifile,j};
    13491349            if ~checkframe %&& size(time,1)>=i2_civ2(ifile) && size(time,2)>=j2_civ2(j)
    1350                 Param.Civ2.Dt=num2str(time(i2_civ2(ifile)+1,j2_civ2(j)+1)-time(i1_civ2(ifile)+1,j1_civ2(j)+1));
     1350                Param.Civ2.Dt=time(i2_civ2(ifile)+1,j2_civ2(j)+1)-time(i1_civ2(ifile)+1,j1_civ2(j)+1);
    13511351            else
    13521352                Param.Civ2.Dt=1;
    13531353            end
    1354             Param.Civ2.Time=num2str((time(i2_civ2(ifile)+1,j2_civ2(j)+1)+time(i1_civ2(ifile)+1,j1_civ2(j)+1))/2);
     1354            Param.Civ2.Time=(time(i2_civ2(ifile)+1,j2_civ2(j)+1)+time(i1_civ2(ifile)+1,j1_civ2(j)+1))/2;
    13551355            Param.Civ2.term_a=num2stra(j1_civ2(j),nom_type_nc);
    13561356            Param.Civ2.term_b=num2stra(j2_civ2(j),nom_type_nc);
Note: See TracChangeset for help on using the changeset viewer.