source: issm/oecreview/Archive/20545-21336/ISSM-20978-20979.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 778 bytes
  • ../trunk-jpl/src/m/classes/autodiff.m

     
    113113                                end
    114114                                WriteData(fid,prefix,'data',names,'name','md.autodiff.dependent_object_names','format','StringArray');
    115115                                WriteData(fid,prefix,'data',types,'name','md.autodiff.dependent_object_types','format','IntMat','mattype',3);
    116                                 WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indicies','format','IntMat','mattype',3);
     116                                WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indices','format','IntMat','mattype',3);
    117117                        end
    118118                        %}}}
    119119                        %process independent variables {{{
Note: See TracBrowser for help on using the repository browser.