Changeset 14612


Ignore:
Timestamp:
04/16/13 16:23:20 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor, output counter as well in netcdf(md)

File:
1 edited

Legend:

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

    r14611 r14612  
    11751175                for step=1:2,
    11761176                        counter=0;
    1177                         var_id=structtonc(ncid,'md',obj,0,var_id,counter,step);
     1177                        [var_id,counter]=structtonc(ncid,'md',obj,0,var_id,counter,step);
    11781178                        if step==1, netcdf.endDef(ncid); end
    11791179                end
Note: See TracChangeset for help on using the changeset viewer.