source: issm/oecreview/Archive/20545-21336/ISSM-20977-20978.diff

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

CHG: added Archive/20545-21336

File size: 711 bytes
RevLine 
[21337]1Index: ../trunk-jpl/src/c/classes/IoModel.cpp
2===================================================================
3--- ../trunk-jpl/src/c/classes/IoModel.cpp (revision 20977)
4+++ ../trunk-jpl/src/c/classes/IoModel.cpp (revision 20978)
5@@ -428,7 +428,7 @@
6 if(num_independent_objects){
7 this->FetchData(&names,&temp,"md.autodiff.independent_object_names");
8 _assert_(temp==num_independent_objects);
9- this->FetchData(&types,NULL,NULL,"md.autodiff_independent_object_types");
10+ this->FetchData(&types,NULL,NULL,"md.autodiff.independent_object_types");
11
12 /*create independent objects, and at the same time, fetch the corresponding independent variables,
13 *and declare them as such in ADOLC: */
Note: See TracBrowser for help on using the repository browser.