--- reconstructPar.C.orig	2013-11-21 17:32:04.943788901 -0600
+++ reconstructPar.C	2013-11-21 17:29:12.303792014 -0600
@@ -670,17 +670,14 @@
                     Info<< "No lagrangian fields" << nl << endl;
                 }
             }
-        }
-    }
 
-    // If there are any "uniform" directories copy them from
-    // the master processor
-    forAll(timeDirs, timeI)
-    {
-        fileName uniformDir0 = databases[0].timePath()/"uniform";
-        if (isDir(uniformDir0))
-        {
-            cp(uniformDir0, runTime.timePath());
+            // If there are any "uniform" directories copy them from
+            // the master processor
+            fileName uniformDir0 = databases[0].timePath()/"uniform";
+            if (isDir(uniformDir0))
+            {
+                cp(uniformDir0, runTime.timePath());
+            }
         }
     }
 
