*** bubbleFoamOld.C	2011-07-08 21:18:50.122684892 -0500
--- bubbleFoam.C	2011-07-08 21:18:59.992662123 -0500
***************
*** 64,69 ****
--- 64,74 ----
          // --- Pressure-velocity PIMPLE corrector loop
          for (pimple.start(); pimple.loop(); pimple++)
          {
+ 	    if (pimple.nOuterCorr() != 1)
+             {
+                 p.storePrevIter();
+             }
+ 
              #include "alphaEqn.H"
              #include "liftDragCoeffs.H"
              #include "UEqns.H"
