From 71bf18b7c46a9fc182974272b1830d8ec16d6bcd Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Sun, 2 Jul 2017 16:59:50 +0200
Subject: [PATCH] Latest modules

---
 configure.ac      | 1 +
 openfpm_numerics  | 2 +-
 openfpm_pdata.doc | 3 ++-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index df25ebea2..06cbd714d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,6 +191,7 @@ AC_ARG_ENABLE(test-performance,
             [enable test performance]
         ),
         test_per="$enableval"
+	INCLUDES_PATH+="-I../openfpm_numerics/src "
 )
 
 
diff --git a/openfpm_numerics b/openfpm_numerics
index 21035bc29..b8b1616b2 160000
--- a/openfpm_numerics
+++ b/openfpm_numerics
@@ -1 +1 @@
-Subproject commit 21035bc29c7384983a04a7c3e28a681af890fd75
+Subproject commit b8b1616b21a1d2f1daa93d887071504fbedb3494
diff --git a/openfpm_pdata.doc b/openfpm_pdata.doc
index fe41c6713..ff12e116a 100644
--- a/openfpm_pdata.doc
+++ b/openfpm_pdata.doc
@@ -1935,7 +1935,8 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             = HAVE_PETSC
+PREDEFINED             = "HAVE_PETSC=" \
+			 "SE_CLASS3_VDIST_CONSTRUCTOR="
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The
-- 
GitLab