From 15555c0b32fe9a79b9b013e2ce5a68e18e005a21 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Nov 2017 13:41:17 -0700 Subject: [PATCH] Also move a necessary header file. --- tests/{base => data_out}/patches.h | 0 tests/mpi/data_out_hdf5_02.cc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{base => data_out}/patches.h (100%) diff --git a/tests/base/patches.h b/tests/data_out/patches.h similarity index 100% rename from tests/base/patches.h rename to tests/data_out/patches.h diff --git a/tests/mpi/data_out_hdf5_02.cc b/tests/mpi/data_out_hdf5_02.cc index 400ffb1c30..dee1d33579 100644 --- a/tests/mpi/data_out_hdf5_02.cc +++ b/tests/mpi/data_out_hdf5_02.cc @@ -31,7 +31,7 @@ double cell_coordinates [3][8] = }; -// This function is a copy from tests/base/patches.h, included here +// This function is a copy from tests/data_out/patches.h, included here // to not introduce dependencies between different test targets template void -- 2.39.5