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