Index: /issm/trunk-jpl/src/c/cores/control_core.cpp
===================================================================
--- /issm/trunk-jpl/src/c/cores/control_core.cpp	(revision 18130)
+++ /issm/trunk-jpl/src/c/cores/control_core.cpp	(revision 18131)
@@ -236,4 +236,7 @@
 	SetControlInputsFromVectorx(femmodel,X);
 
+	/*Compute new temperature at this point*/
+	if(solution_type==SteadystateSolutionEnum) steadystate_core(femmodel);
+
 	/*Compute Adjoint*/
 	AdjointCorePointerFromSolutionEnum(&adjointcore,solution_type);
