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

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

CHG: added 24684-25833

File size: 605 bytes
  • ../trunk-jpl/src/c/classes/DependentObject.cpp

     
    5050        _printf_("DependentObject:\n");
    5151        _printf_("   name: " << this->name << "\n");
    5252        if(this->index>=0) _printf_("   index: " << this->index << "\n");
    53         _printf_("   value: " << this->value << "\n");
     53        _printf_("   response_value: " << this->response_value<< "\n");
    5454}
    5555/*}}}*/
    5656int  DependentObject::Id(void){ return -1; }/*{{{*/
Note: See TracBrowser for help on using the repository browser.