Index: /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp	(revision 25548)
+++ /issm/trunk-jpl/src/c/modules/GetSolutionFromInputsx/GetSolutionFromInputsx.cpp	(revision 25549)
@@ -37,5 +37,4 @@
 	*psolution=solution;
 }/*}}}*/
-
 void GetBasalSolutionFromInputsx(Vector<IssmDouble>** psolution,FemModel* femmodel){ /*{{{*/
 
Index: /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_nonlinear.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_nonlinear.cpp	(revision 25548)
+++ /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_nonlinear.cpp	(revision 25549)
@@ -21,9 +21,6 @@
 	Vector<IssmDouble>* ys  = NULL;
 
-	Loads* savedloads=NULL;
-	bool converged;
 	int constraints_converged;
 	int num_unstable_constraints;
-	int count;
 
 	/*parameters:*/
@@ -43,10 +40,11 @@
 
 	/*Were loads requested as output? : */
+	Loads* savedloads=NULL;
 	if(conserve_loads){
 		savedloads = static_cast<Loads*>(femmodel->loads->Copy());
 	}
 
-	count=0;
-	converged=false;
+	int  count=0;
+	bool converged=false;
 
 	/*Start non-linear iteration using input velocity: */
