From a91fa438bebcf5c63afd305b1e8037335e9089ae Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 Dec 2020 12:15:59 +0100 Subject: [PATCH] Simplified PETSc includes --- CoreFlows/Models/inc/ProblemCoreFlows.hxx | 2 +- CoreFlows/Models/inc/StationaryDiffusionEquation.hxx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CoreFlows/Models/inc/ProblemCoreFlows.hxx b/CoreFlows/Models/inc/ProblemCoreFlows.hxx index c66322c..9d84ad1 100755 --- a/CoreFlows/Models/inc/ProblemCoreFlows.hxx +++ b/CoreFlows/Models/inc/ProblemCoreFlows.hxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include diff --git a/CoreFlows/Models/inc/StationaryDiffusionEquation.hxx b/CoreFlows/Models/inc/StationaryDiffusionEquation.hxx index 6fd4220..8c98095 100755 --- a/CoreFlows/Models/inc/StationaryDiffusionEquation.hxx +++ b/CoreFlows/Models/inc/StationaryDiffusionEquation.hxx @@ -21,10 +21,6 @@ #include "ProblemCoreFlows.hxx" -/* For the laplacian spectrum */ -#include -#include - using namespace std; /*! Boundary condition type */ -- 2.39.2