source: issm/oecreview/Archive/20545-21336/ISSM-20977-20978.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: 711 bytes
  • ../trunk-jpl/src/c/classes/IoModel.cpp

     
    428428                if(num_independent_objects){
    429429                        this->FetchData(&names,&temp,"md.autodiff.independent_object_names");
    430430                        _assert_(temp==num_independent_objects);
    431                         this->FetchData(&types,NULL,NULL,"md.autodiff_independent_object_types");
     431                        this->FetchData(&types,NULL,NULL,"md.autodiff.independent_object_types");
    432432
    433433                        /*create independent objects, and at the same time, fetch the corresponding independent variables,
    434434                         *and declare them as such in ADOLC: */
Note: See TracBrowser for help on using the repository browser.