Changeset 25583


Ignore:
Timestamp:
09/17/20 15:47:52 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no need to look at type anymore for dependents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/DependentObject.cpp

    r25580 r25583  
    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/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.