Index: /issm/trunk-jpl/src/c/classes/DependentObject.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/DependentObject.cpp	(revision 28263)
+++ /issm/trunk-jpl/src/c/classes/DependentObject.cpp	(revision 28264)
@@ -76,5 +76,5 @@
 	/*Is this some special type of response for which we need to go in the output definitions? :*/
 	if(StringToEnumx(this->name,false)==-1){
-		ierr = this->response_value = OutputDefinitionsResponsex(&this->response_value, femmodel, this->name);
+		ierr = OutputDefinitionsResponsex(&this->response_value, femmodel, this->name);
 		if(ierr) _error_("Could not find response "<<this->name);
 	}
