Index: /issm/trunk/src/m/solutions/stokescontrolinit.m
===================================================================
--- /issm/trunk/src/m/solutions/stokescontrolinit.m	(revision 4576)
+++ /issm/trunk/src/m/solutions/stokescontrolinit.m	(revision 4577)
@@ -25,8 +25,4 @@
 	femmodel=solver_linear(femmodel);
 
-	%recondition pressure computed previously:
-	femmodel.elements=InputDuplicate(femmodel.elements,femmodel.nodes,femmodel.vertices,femmodel.loads,femmodel.materials,femmodel.parameters,PressureEnum,PressureStokesEnum);
-	femmode.elements=InputScale(femmodel.elements,femmodel.nodes,femmodel.vertices,femmodel.loads,femmodel.materials,femmodel.parameters,PressureStokesEnum,1.0/stokesreconditioning);
-
 	displaystring(verbose,'\n%s',['      update boundary conditions for stokes using velocities previously computed...']);
 	femmodel=ResetBoundaryConditions(femmodel,DiagnosticStokesAnalysisEnum);
