Index: /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_hydro_nonlinear.cpp
===================================================================
--- /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_hydro_nonlinear.cpp	(revision 17356)
+++ /issm/trunk-jpl/src/c/solutionsequences/solutionsequence_hydro_nonlinear.cpp	(revision 17357)
@@ -34,5 +34,4 @@
 
 	bool       sedconverged,eplconverged,hydroconverged;
-	bool       transfered;
 	bool       isefficientlayer;
 	int        constraints_converged;
@@ -40,9 +39,8 @@
 	int        sedcount,eplcount,hydrocount;
 	int        hydro_maxiter;
-	IssmDouble sediment_kmax,time;
+	IssmDouble sediment_kmax;
 	IssmDouble eps_hyd;
 	IssmDouble ndu_sed,nu_sed;
 	IssmDouble ndu_epl,nu_epl;
-	IssmDouble EplConv;
 
 	/*Recover parameters: */
@@ -51,5 +49,4 @@
 	femmodel->parameters->FindParam(&hydro_maxiter,HydrologydcMaxIterEnum);
 	femmodel->parameters->FindParam(&eps_hyd,HydrologydcRelTolEnum);
-	femmodel->parameters->FindParam(&time,TimeEnum);
 
 	hydrocount=1;
@@ -74,5 +71,4 @@
 	for(;;){
 
-		EplConv=1.0;
 		sedcount=1;
 		eplcount=1;
@@ -169,6 +165,4 @@
 			InputUpdateFromConstantx(femmodel,false,ConvergedEnum);
 			femmodel->parameters->SetParam(HydrologyEfficientEnum,HydrologyLayerEnum);
-			EplConv=1.0;
-
 
 			for(;;){
@@ -220,10 +214,8 @@
 				if (ndu_epl==0.0 && nu_epl==0.0) nu_epl=1.0e-6; /*Hacking the case where the EPL is used but empty*/
 				if(VerboseConvergence()) _printf0_(setw(50) << left << "   Inner EPL Convergence criterion:" << ndu_epl/nu_epl*100 << "%, aiming lower than " << eps_hyd*10*100 << " %\n");
-				EplConv=ndu_epl/nu_epl;
 				if((ndu_epl/nu_epl)<eps_hyd*10.) eplconverged=true;
 				if (eplcount>=hydro_maxiter){
 					_error_("   maximum number of EPL iterations (" << hydro_maxiter << ") exceeded");
 				}
-				
 				eplcount++;
 				
