From b1122c20b53df10b2a31c534dabcda6b83588d77 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 14 Feb 2012 18:10:37 +0000
Subject: [PATCH] ENH: singleCellMesh: enable generic patchfield handling

---
 .../utilities/mesh/manipulation/singleCellMesh/Make/options      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/applications/utilities/mesh/manipulation/singleCellMesh/Make/options b/applications/utilities/mesh/manipulation/singleCellMesh/Make/options
index 89e52b6d520..193ad0e7b2b 100644
--- a/applications/utilities/mesh/manipulation/singleCellMesh/Make/options
+++ b/applications/utilities/mesh/manipulation/singleCellMesh/Make/options
@@ -2,5 +2,6 @@ EXE_INC = \
     -I$(LIB_SRC)/finiteVolume/lnInclude
 
 EXE_LIBS = \
+    -lgenericPatchFields \
     -lfiniteVolume
 
-- 
GitLab