From 5e7a807413120f34a3a3632c9b64727b59c33d19 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 6 Feb 2013 10:33:15 +0000
Subject: [PATCH] COMP: compressibleInterFoam: missing wmake libso
 twoPhaseThermo

---
 applications/solvers/multiphase/compressibleInterFoam/Allwmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/applications/solvers/multiphase/compressibleInterFoam/Allwmake b/applications/solvers/multiphase/compressibleInterFoam/Allwmake
index b4b7f6ffa7f..d372dbe7304 100755
--- a/applications/solvers/multiphase/compressibleInterFoam/Allwmake
+++ b/applications/solvers/multiphase/compressibleInterFoam/Allwmake
@@ -3,6 +3,7 @@ cd ${0%/*} || exit 1    # run from this directory
 set -x
 
 wmake libso phaseEquationsOfState
+wmake libso twoPhaseThermo
 wmake
 wmake compressibleInterDyMFoam
 
-- 
GitLab