Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Mar 13, 2024
1 parent db3dd79 commit 5190c57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/htool/local_operators/local_dense_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#ifndef HTOOL_TESTING_LOCAL_DENSE_MATRIX_HPP
#define HTOOL_TESTING_LOCAL_DENSE_MATRIX_HPP

#include "../matrix/matrix.hpp"
#include "../clustering/cluster_node.hpp"
#include "../hmatrix/interfaces/virtual_generator.hpp"
#include "../matrix/matrix.hpp"
#include "local_operator.hpp"

namespace htool {
Expand Down
2 changes: 1 addition & 1 deletion include/htool/local_operators/local_hmatrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#ifndef HTOOL_TESTING_LOCAL_HMATRIX_HPP
#define HTOOL_TESTING_LOCAL_HMATRIX_HPP

#include "../matrix/matrix.hpp"
#include "../clustering/cluster_node.hpp"
#include "../hmatrix/hmatrix.hpp"
#include "../hmatrix/interfaces/virtual_generator.hpp"
#include "../hmatrix/tree_builder/tree_builder.hpp"
#include "../matrix/matrix.hpp"
#include "local_operator.hpp"

namespace htool {
Expand Down
2 changes: 1 addition & 1 deletion include/htool/local_operators/local_operator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#ifndef HTOOL_TESTING_LOCAL_OPERATOR_HPP
#define HTOOL_TESTING_LOCAL_OPERATOR_HPP

#include "../matrix/matrix.hpp"
#include "../clustering/cluster_node.hpp"
#include "../hmatrix/interfaces/virtual_generator.hpp"
#include "../local_operators/virtual_local_operator.hpp"
#include "../matrix/matrix.hpp"
#include "../misc/logger.hpp"

namespace htool {
Expand Down
2 changes: 1 addition & 1 deletion include/htool/solvers/ddm.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef HTOOL_DDM_HPP
#define HTOOL_DDM_HPP

#include "../matrix/matrix.hpp"
#include "../distributed_operator/distributed_operator.hpp"
#include "../matrix/matrix.hpp"
#include "../misc/logger.hpp"
#include "../misc/misc.hpp"
#include "../wrappers/wrapper_hpddm.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/htool/testing/generator_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#ifndef HTOOL_TESTING_GENERATOR_TEST_HPP
#define HTOOL_TESTING_GENERATOR_TEST_HPP

#include "../matrix/matrix.hpp"
#include "../clustering/cluster_node.hpp"
#include "../hmatrix/interfaces/virtual_generator.hpp"
#include "../matrix/matrix.hpp"
#include <vector>

namespace htool {
Expand Down

0 comments on commit 5190c57

Please sign in to comment.