From 2a261581b134721955886593bca94e2551e056e0 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Wed, 26 Sep 2012 10:48:50 +0100
Subject: [PATCH] ENH: Updated build order for postProcessing

---
 src/Allwmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Allwmake b/src/Allwmake
index a61c7a2e3e2..94afb0d9855 100755
--- a/src/Allwmake
+++ b/src/Allwmake
@@ -67,7 +67,6 @@ turbulenceModels/Allwmake $*
 wmake $makeType combustionModels
 regionModels/Allwmake $*
 lagrangian/Allwmake $*
-postProcessing/Allwmake $*
 mesh/Allwmake $*
 
 fvAgglomerationMethods/Allwmake $*
@@ -77,4 +76,6 @@ wmake $makeType engine
 
 wmake $makeType fieldSources
 
+postProcessing/Allwmake $*
+
 # ----------------------------------------------------------------- end-of-file
-- 
GitLab