From 25beb39d112d6a9c45b9cff5251fdebe115c36bf Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 11 Jan 2022 15:41:51 -0500 Subject: [PATCH] Fix a redefined variable error in a test. 052ab5dfbd combined some things into patches.h but didn't delete this one array. --- tests/mpi/data_out_hdf5_02.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/mpi/data_out_hdf5_02.cc b/tests/mpi/data_out_hdf5_02.cc index a0e0635871..b123679e59 100644 --- a/tests/mpi/data_out_hdf5_02.cc +++ b/tests/mpi/data_out_hdf5_02.cc @@ -24,11 +24,6 @@ #include "../data_out/patches.h" -double cell_coordinates[3][8] = {{0, 1, 0, 1, 0, 1, 0, 1}, - {0, 0, 1, 1, 0, 0, 1, 1}, - {0, 0, 0, 0, 1, 1, 1, 1}}; - - template void check() -- 2.39.5