From: David Wells Date: Tue, 11 Jan 2022 20:41:51 +0000 (-0500) Subject: Fix a redefined variable error in a test. X-Git-Tag: v9.4.0-rc1~623^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25beb39d112d6a9c45b9cff5251fdebe115c36bf;p=dealii.git Fix a redefined variable error in a test. 052ab5dfbd combined some things into patches.h but didn't delete this one array. --- 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()