source: issm/oecreview/Archive/24684-25833/ISSM-25582-25583.diff@ 25834

Last change on this file since 25834 was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 605 bytes
RevLine 
[25834]1Index: ../trunk-jpl/src/c/classes/DependentObject.cpp
2===================================================================
3--- ../trunk-jpl/src/c/classes/DependentObject.cpp (revision 25582)
4+++ ../trunk-jpl/src/c/classes/DependentObject.cpp (revision 25583)
5@@ -50,7 +50,7 @@
6 _printf_("DependentObject:\n");
7 _printf_(" name: " << this->name << "\n");
8 if(this->index>=0) _printf_(" index: " << this->index << "\n");
9- _printf_(" value: " << this->value << "\n");
10+ _printf_(" response_value: " << this->response_value<< "\n");
11 }
12 /*}}}*/
13 int DependentObject::Id(void){ return -1; }/*{{{*/
Note: See TracBrowser for help on using the repository browser.