From c406a53fd596f10fd04cd2b18bf67ebb834526c2 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Thu, 6 Jul 2023 11:14:35 +0200 Subject: [PATCH] Do not include python2.7/Python.h It is not needed, and it is not present on many platforms. --- src/Cell-Problem.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cell-Problem.cc b/src/Cell-Problem.cc index 9899928e..93e0ffc4 100644 --- a/src/Cell-Problem.cc +++ b/src/Cell-Problem.cc @@ -56,7 +56,6 @@ // #include <dune/fufem/discretizationerror.hh> #include <dune/fufem/dunepython.hh> -#include <python2.7/Python.h> // #include <dune/fufem/functions/virtualgridfunction.hh> //TEST -- GitLab