From c1bf5e0c69591912bd69b2d8df47f6dba1ce35b4 Mon Sep 17 00:00:00 2001 From: Kevin M Jablonka <32935233+kjappelbaum@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:55:53 +0100 Subject: [PATCH] remove manual eigen include --- zeo++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeo++/Makefile b/zeo++/Makefile index 83fc31b..376e4c3 100644 --- a/zeo++/Makefile +++ b/zeo++/Makefile @@ -19,7 +19,7 @@ endif LIB += -lvoro++ # The relative of path of the main library source files -VOROINCLDIR = -I../voro++/src -I../eigen-3.2.7/ +VOROINCLDIR = -I../voro++/src VOROLINKDIR = -L../voro++/src #Object files to be created for network