Changeset 20285


Ignore:
Timestamp:
03/01/16 20:19:17 (9 years ago)
Author:
Eric.Larour
Message:

CHG: time is in years! do not convert back to seconds!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/larour/resultstomatrix.m

    r20176 r20285  
    4343                        count=count+1;
    4444                        matrix(1:end-1,count)=results(i).(field);
    45                         matrix(end,count)=results(i).time/md.constants.yts;
     45                        matrix(end,count)=results(i).time;
    4646                end
    4747        end
Note: See TracChangeset for help on using the changeset viewer.