Changeset 28264
- Timestamp:
- 05/08/24 18:59:44 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/DependentObject.cpp
r28263 r28264 76 76 /*Is this some special type of response for which we need to go in the output definitions? :*/ 77 77 if(StringToEnumx(this->name,false)==-1){ 78 ierr = this->response_value =OutputDefinitionsResponsex(&this->response_value, femmodel, this->name);78 ierr = OutputDefinitionsResponsex(&this->response_value, femmodel, this->name); 79 79 if(ierr) _error_("Could not find response "<<this->name); 80 80 }
Note:
See TracChangeset
for help on using the changeset viewer.