Ignore:
Timestamp:
07/13/16 13:51:31 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not use hardcoded yts, use the one from md.constants.yts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/SMBhenning.m

    r20889 r20896  
    5050                function marshall(self,prefix,md,fid) % {{{
    5151
    52                         yts=365.0*24.0*3600.0;
     52                        yts=md.constants.yts;
    5353
    5454                        WriteData(fid,prefix,'name','md.smb.model','data',7,'format','Integer');
Note: See TracChangeset for help on using the changeset viewer.