getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: Remove redundan


From: Konstantinos Poulios
Subject: [Getfem-commits] [getfem-commits] branch master updated: Remove redundant header includes
Date: Tue, 07 Nov 2023 10:53:49 -0500

This is an automated email from the git hooks/post-receive script.

logari81 pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 03e6c8e2 Remove redundant header includes
03e6c8e2 is described below

commit 03e6c8e291882db3308945556b21b3c70e550d4a
Author: Konstantinos Poulios <logari81@gmail.com>
AuthorDate: Tue Nov 7 16:53:39 2023 +0100

    Remove redundant header includes
---
 contrib/crack_plate/crack_bilaplacian.cc        | 1 -
 contrib/crack_plate/crack_bilaplacian_moment.cc | 1 -
 contrib/crack_plate/crack_bilaplacian_sif.cc    | 1 -
 contrib/crack_plate/crack_bilaplacian_tools.cc  | 1 -
 tests/bilaplacian.cc                            | 1 -
 tests/nonlinear_elastostatic.cc                 | 1 -
 tests/nonlinear_membrane.cc                     | 1 -
 7 files changed, 7 deletions(-)

diff --git a/contrib/crack_plate/crack_bilaplacian.cc 
b/contrib/crack_plate/crack_bilaplacian.cc
index 4df30f07..a722d770 100644
--- a/contrib/crack_plate/crack_bilaplacian.cc
+++ b/contrib/crack_plate/crack_bilaplacian.cc
@@ -26,7 +26,6 @@
 #include "getfem/getfem_assembling.h" /* import assembly methods (and norms 
comp.) */
 #include "getfem/getfem_fourth_order.h"
 #include "getfem/getfem_model_solvers.h"
-#include "getfem/getfem_superlu.h"
 
 using std::endl; using std::cout; using std::cerr;
 using std::ends; using std::cin;
diff --git a/contrib/crack_plate/crack_bilaplacian_moment.cc 
b/contrib/crack_plate/crack_bilaplacian_moment.cc
index dcb16d7e..b542ad3e 100644
--- a/contrib/crack_plate/crack_bilaplacian_moment.cc
+++ b/contrib/crack_plate/crack_bilaplacian_moment.cc
@@ -24,7 +24,6 @@
 #include "getfem/getfem_assembling.h"
 #include "getfem/getfem_fourth_order.h"
 #include "getfem/getfem_model_solvers.h"
-#include "getfem/getfem_superlu.h"
 
 using std::endl; using std::cout; using std::cerr;
 using std::ends; using std::cin;
diff --git a/contrib/crack_plate/crack_bilaplacian_sif.cc 
b/contrib/crack_plate/crack_bilaplacian_sif.cc
index 6dda5e0d..8c22e455 100644
--- a/contrib/crack_plate/crack_bilaplacian_sif.cc
+++ b/contrib/crack_plate/crack_bilaplacian_sif.cc
@@ -24,7 +24,6 @@
 #include "getfem/getfem_assembling.h" /* import assembly methods (and norms 
comp.) */
 #include "getfem/getfem_fourth_order.h"
 #include "getfem/getfem_model_solvers.h"
-#include "getfem/getfem_superlu.h"
 #include "getfem/getfem_derivatives.h"
 
 using std::endl; using std::cout; using std::cerr;
diff --git a/contrib/crack_plate/crack_bilaplacian_tools.cc 
b/contrib/crack_plate/crack_bilaplacian_tools.cc
index 79fdf6c1..16f4adb0 100644
--- a/contrib/crack_plate/crack_bilaplacian_tools.cc
+++ b/contrib/crack_plate/crack_bilaplacian_tools.cc
@@ -24,7 +24,6 @@
 #include "getfem/getfem_assembling.h" /* import assembly methods (and norms 
comp.) */
 #include "getfem/getfem_fourth_order.h"
 #include "getfem/getfem_model_solvers.h"
-#include "getfem/getfem_superlu.h"
 
 using std::endl; using std::cout; using std::cerr;
 using std::ends; using std::cin;
diff --git a/tests/bilaplacian.cc b/tests/bilaplacian.cc
index cf0efd65..d2938da8 100644
--- a/tests/bilaplacian.cc
+++ b/tests/bilaplacian.cc
@@ -38,7 +38,6 @@
 #include "getfem/getfem_fourth_order.h"
 #include "getfem/getfem_model_solvers.h"
 #include "gmm/gmm.h"
-#include "getfem/getfem_superlu.h"
 #include "getfem/getfem_derivatives.h"
 #include "gmm/gmm_inoutput.h"
 
diff --git a/tests/nonlinear_elastostatic.cc b/tests/nonlinear_elastostatic.cc
index dfa59c22..2b6a2051 100644
--- a/tests/nonlinear_elastostatic.cc
+++ b/tests/nonlinear_elastostatic.cc
@@ -33,7 +33,6 @@
 #include "getfem/getfem_regular_meshes.h"
 #include "getfem/getfem_model_solvers.h"
 #include "getfem/getfem_nonlinear_elasticity.h"
-#include "getfem/getfem_superlu.h"
 #include "gmm/gmm.h"
 
 using std::endl; using std::cout; using std::cerr;
diff --git a/tests/nonlinear_membrane.cc b/tests/nonlinear_membrane.cc
index 80167f9e..c86d12a2 100644
--- a/tests/nonlinear_membrane.cc
+++ b/tests/nonlinear_membrane.cc
@@ -31,7 +31,6 @@
 #include "getfem/getfem_model_solvers.h"
 #include "getfem/getfem_nonlinear_elasticity.h"
 #include "getfem/getfem_mesh_fem.h"
-#include "getfem/getfem_superlu.h"
 #include "gmm/gmm.h"
 
 using std::endl; using std::cout; using std::cerr;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]