Skip to content

Commit

Permalink
Tensor product tests: Fix include file
Browse files Browse the repository at this point in the history
  • Loading branch information
kronbichler committed Mar 9, 2024
1 parent f973d2f commit ef1785c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_01.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_02.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_03.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_04.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_05.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_06.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_07.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down
2 changes: 1 addition & 1 deletion tests/matrix_free/tensor_product_evaluate_08.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <deal.II/lac/vector.h>

#include <deal.II/matrix_free/tensor_product_kernels.h>
#include <deal.II/matrix_free/tensor_product_point_kernels.h>

#include "../tests.h"

Expand Down

0 comments on commit ef1785c

Please sign in to comment.