[21337] | 1 | Index: ../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 {{{
|
---|