From: michael Date: Wed, 2 Dec 2020 11:15:59 +0000 (+0100) Subject: Simplified PETSc includes X-Git-Tag: V9_7_0~105 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a91fa438bebcf5c63afd305b1e8037335e9089ae;p=tools%2Fsolverlab.git Simplified PETSc includes --- 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 */