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
RevLine 
[21337]1Index: ../trunk-jpl/src/m/classes/autodiff.m
2===================================================================
3--- ../trunk-jpl/src/m/classes/autodiff.m (revision 20978)
4+++ ../trunk-jpl/src/m/classes/autodiff.m (revision 20979)
5@@ -113,7 +113,7 @@
6 end
7 WriteData(fid,prefix,'data',names,'name','md.autodiff.dependent_object_names','format','StringArray');
8 WriteData(fid,prefix,'data',types,'name','md.autodiff.dependent_object_types','format','IntMat','mattype',3);
9- WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indicies','format','IntMat','mattype',3);
10+ WriteData(fid,prefix,'data',indices,'name','md.autodiff.dependent_object_indices','format','IntMat','mattype',3);
11 end
12 %}}}
13 %process independent variables {{{
Note: See TracBrowser for help on using the repository browser.