Changeset 28264


Ignore:
Timestamp:
05/08/24 18:59:44 (11 months ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing typo

File:
1 edited

Legend:

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

    r28263 r28264  
    7676        /*Is this some special type of response for which we need to go in the output definitions? :*/
    7777        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);
    7979                if(ierr) _error_("Could not find response "<<this->name);
    8080        }
Note: See TracChangeset for help on using the changeset viewer.