Changeset 25583
- Timestamp:
- 09/17/20 15:47:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/DependentObject.cpp
r25580 r25583 51 51 _printf_(" name: " << this->name << "\n"); 52 52 if(this->index>=0) _printf_(" index: " << this->index << "\n"); 53 _printf_(" value: " << this->value<< "\n");53 _printf_(" response_value: " << this->response_value<< "\n"); 54 54 } 55 55 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.