From: Daniel Arndt Date: Thu, 2 Feb 2017 22:30:25 +0000 (+0100) Subject: Get rid off output_file_name in tests X-Git-Tag: v8.5.0-rc1~160^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3917%2Fhead;p=dealii.git Get rid off output_file_name in tests --- diff --git a/tests/bits/count_dofs_per_block_01.cc b/tests/bits/count_dofs_per_block_01.cc index 3e342b6ff5..6ec0d7bde0 100644 --- a/tests/bits/count_dofs_per_block_01.cc +++ b/tests/bits/count_dofs_per_block_01.cc @@ -41,7 +41,6 @@ #include -std::string output_file_name = "output"; @@ -135,7 +134,7 @@ check () int main() { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/bits/count_dofs_per_block_02.cc b/tests/bits/count_dofs_per_block_02.cc index 35b4390cb6..448be63882 100644 --- a/tests/bits/count_dofs_per_block_02.cc +++ b/tests/bits/count_dofs_per_block_02.cc @@ -39,7 +39,6 @@ #include -std::string output_file_name = "output"; @@ -133,7 +132,7 @@ check () int main() { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/bits/face_interpolation.cc b/tests/bits/face_interpolation.cc index ce445c3897..91d95e0140 100644 --- a/tests/bits/face_interpolation.cc +++ b/tests/bits/face_interpolation.cc @@ -21,7 +21,6 @@ // FE::face_interpolation -std::string output_file_name = "output"; diff --git a/tests/bits/faceq_face_interpolation.cc b/tests/bits/faceq_face_interpolation.cc index f15f0fbc64..1176804259 100644 --- a/tests/bits/faceq_face_interpolation.cc +++ b/tests/bits/faceq_face_interpolation.cc @@ -22,7 +22,6 @@ // FE_FaceQ/FaceP/TraceQ::face_interpolation -std::string output_file_name = "output"; void @@ -173,7 +172,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (6); deallog.attach(logfile); deallog.threshold_double(1.e-10); diff --git a/tests/bits/faceq_subface_interpolation.cc b/tests/bits/faceq_subface_interpolation.cc index 3691cc235b..cfdbbab90b 100644 --- a/tests/bits/faceq_subface_interpolation.cc +++ b/tests/bits/faceq_subface_interpolation.cc @@ -22,7 +22,6 @@ // FE_FaceQ/FaceP/TraceQ::subface_interpolation -std::string output_file_name = "output"; void @@ -176,7 +175,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (6); deallog.attach(logfile); deallog.threshold_double(1.e-10); diff --git a/tests/bits/fe_tools_02.cc b/tests/bits/fe_tools_02.cc index a0873f367d..298c42e595 100644 --- a/tests/bits/fe_tools_02.cc +++ b/tests/bits/fe_tools_02.cc @@ -22,7 +22,6 @@ // FETools::get_interpolation_matrix -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_03.cc b/tests/bits/fe_tools_03.cc index 9a895234f8..33ddc937c5 100644 --- a/tests/bits/fe_tools_03.cc +++ b/tests/bits/fe_tools_03.cc @@ -22,7 +22,6 @@ // FETools::get_back_interpolation_matrix -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_04.cc b/tests/bits/fe_tools_04.cc index 19e816c0b3..ec98c7e2ec 100644 --- a/tests/bits/fe_tools_04.cc +++ b/tests/bits/fe_tools_04.cc @@ -22,7 +22,6 @@ // FETools::get_interpolation_difference_matrix -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_05.cc b/tests/bits/fe_tools_05.cc index dfd0043593..c42bc8570f 100644 --- a/tests/bits/fe_tools_05.cc +++ b/tests/bits/fe_tools_05.cc @@ -22,7 +22,6 @@ // FETools::interpolate(5) -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_07.cc b/tests/bits/fe_tools_07.cc index 03c0708f03..566197cb55 100644 --- a/tests/bits/fe_tools_07.cc +++ b/tests/bits/fe_tools_07.cc @@ -22,7 +22,6 @@ // FETools::interpolation_difference(6) -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_08.cc b/tests/bits/fe_tools_08.cc index bad38ffd05..3dcd8cf460 100644 --- a/tests/bits/fe_tools_08.cc +++ b/tests/bits/fe_tools_08.cc @@ -22,7 +22,6 @@ // FETools::extrapolate(5) -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_09.cc b/tests/bits/fe_tools_09.cc index 1d52a319e9..cccbd94785 100644 --- a/tests/bits/fe_tools_09.cc +++ b/tests/bits/fe_tools_09.cc @@ -22,7 +22,6 @@ // FETools::get_fe_by_name -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_10.cc b/tests/bits/fe_tools_10.cc index 394d8a7492..e8a02e69ca 100644 --- a/tests/bits/fe_tools_10.cc +++ b/tests/bits/fe_tools_10.cc @@ -25,7 +25,6 @@ // the concrete dimension (see the documentation) -std::string output_file_name = "output"; template std::string modify_name (const std::string &name) diff --git a/tests/bits/fe_tools_11.cc b/tests/bits/fe_tools_11.cc index aa07c2080b..8ae787b972 100644 --- a/tests/bits/fe_tools_11.cc +++ b/tests/bits/fe_tools_11.cc @@ -24,7 +24,6 @@ // marker at all (see the documentation) -std::string output_file_name = "output"; template std::string modify_name (const std::string &name) diff --git a/tests/bits/fe_tools_12.cc b/tests/bits/fe_tools_12.cc index 46a6926135..b3cd1bf968 100644 --- a/tests/bits/fe_tools_12.cc +++ b/tests/bits/fe_tools_12.cc @@ -21,7 +21,6 @@ // FETools::get_projection_matrix -std::string output_file_name = "output"; diff --git a/tests/bits/fe_tools_14.cc b/tests/bits/fe_tools_14.cc index f7c94bfe27..bb90ffa861 100644 --- a/tests/bits/fe_tools_14.cc +++ b/tests/bits/fe_tools_14.cc @@ -23,7 +23,6 @@ // set of elements -std::string output_file_name = "output"; diff --git a/tests/bits/fe_tools_common.h b/tests/bits/fe_tools_common.h index c0b5146015..181f8587fa 100644 --- a/tests/bits/fe_tools_common.h +++ b/tests/bits/fe_tools_common.h @@ -47,9 +47,6 @@ void check_this (const FiniteElement &fe1, const FiniteElement &fe2); -// forward declaration of a variable with the name of the output file -extern std::string output_file_name; - // output some indicators for a given matrix. we don't write out the @@ -175,7 +172,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (8); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/bits/fe_tools_cpfqpm_01.cc b/tests/bits/fe_tools_cpfqpm_01.cc index 3fd7dfe71e..92d801a0ea 100644 --- a/tests/bits/fe_tools_cpfqpm_01.cc +++ b/tests/bits/fe_tools_cpfqpm_01.cc @@ -29,7 +29,6 @@ // characteristics -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_cpfqpm_02.cc b/tests/bits/fe_tools_cpfqpm_02.cc index dbf3962aaa..13f8f18941 100644 --- a/tests/bits/fe_tools_cpfqpm_02.cc +++ b/tests/bits/fe_tools_cpfqpm_02.cc @@ -30,7 +30,6 @@ // back to the quadrature points is an identity operation -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_cpfqpm_03.cc b/tests/bits/fe_tools_cpfqpm_03.cc index 6d4d7cf678..73183e86ed 100644 --- a/tests/bits/fe_tools_cpfqpm_03.cc +++ b/tests/bits/fe_tools_cpfqpm_03.cc @@ -31,7 +31,6 @@ // needs to work -std::string output_file_name = "output"; template diff --git a/tests/bits/fe_tools_cpfqpm_04.cc b/tests/bits/fe_tools_cpfqpm_04.cc index 70e5fe5b8e..0fec8259b8 100644 --- a/tests/bits/fe_tools_cpfqpm_04.cc +++ b/tests/bits/fe_tools_cpfqpm_04.cc @@ -30,7 +30,6 @@ // matrix is the unit matrix -std::string output_file_name = "output"; template diff --git a/tests/bits/subface_interpolation.cc b/tests/bits/subface_interpolation.cc index c58a194d0e..3e9d4e05af 100644 --- a/tests/bits/subface_interpolation.cc +++ b/tests/bits/subface_interpolation.cc @@ -21,7 +21,6 @@ // FE::subface_interpolation -std::string output_file_name = "output"; diff --git a/tests/dofs/dof_tools_00a.cc b/tests/dofs/dof_tools_00a.cc index 70ef020a1f..ce2bae855f 100644 --- a/tests/dofs/dof_tools_00a.cc +++ b/tests/dofs/dof_tools_00a.cc @@ -21,7 +21,6 @@ // DoFTools:: // count_dofs_per_component (...); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01a.cc b/tests/dofs/dof_tools_01a.cc index 52f999e745..42ef02b580 100644 --- a/tests/dofs/dof_tools_01a.cc +++ b/tests/dofs/dof_tools_01a.cc @@ -24,7 +24,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01a_constraints_false.cc b/tests/dofs/dof_tools_01a_constraints_false.cc index 5ecca3d757..b2969bf74f 100644 --- a/tests/dofs/dof_tools_01a_constraints_false.cc +++ b/tests/dofs/dof_tools_01a_constraints_false.cc @@ -26,7 +26,6 @@ // true); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01a_constraints_true.cc b/tests/dofs/dof_tools_01a_constraints_true.cc index 90996f60eb..df2e784e66 100644 --- a/tests/dofs/dof_tools_01a_constraints_true.cc +++ b/tests/dofs/dof_tools_01a_constraints_true.cc @@ -26,7 +26,6 @@ // true); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01a_subdomain.cc b/tests/dofs/dof_tools_01a_subdomain.cc index aad0378a78..598f729114 100644 --- a/tests/dofs/dof_tools_01a_subdomain.cc +++ b/tests/dofs/dof_tools_01a_subdomain.cc @@ -25,7 +25,6 @@ // with the subdomain argument -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01b.cc b/tests/dofs/dof_tools_01b.cc index 5231d7fdaa..1bd56d15b8 100644 --- a/tests/dofs/dof_tools_01b.cc +++ b/tests/dofs/dof_tools_01b.cc @@ -23,7 +23,6 @@ // make_sparsity_pattern (const DoFHandler &, // DynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01c.cc b/tests/dofs/dof_tools_01c.cc index f7ee300aa5..955871fe0b 100644 --- a/tests/dofs/dof_tools_01c.cc +++ b/tests/dofs/dof_tools_01c.cc @@ -23,7 +23,6 @@ // make_sparsity_pattern (const DoFHandler &, // BlockSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_01d.cc b/tests/dofs/dof_tools_01d.cc index e44b7414a5..4711591796 100644 --- a/tests/dofs/dof_tools_01d.cc +++ b/tests/dofs/dof_tools_01d.cc @@ -23,7 +23,6 @@ // make_sparsity_pattern (const DoFHandler &, // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02a.cc b/tests/dofs/dof_tools_02a.cc index 355ebccda6..463e611fc4 100644 --- a/tests/dofs/dof_tools_02a.cc +++ b/tests/dofs/dof_tools_02a.cc @@ -25,7 +25,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02a_constraints_false.cc b/tests/dofs/dof_tools_02a_constraints_false.cc index c0f97b3421..1d999f7be2 100644 --- a/tests/dofs/dof_tools_02a_constraints_false.cc +++ b/tests/dofs/dof_tools_02a_constraints_false.cc @@ -27,7 +27,6 @@ // true); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02a_constraints_true.cc b/tests/dofs/dof_tools_02a_constraints_true.cc index 887dde4e31..79ae58001c 100644 --- a/tests/dofs/dof_tools_02a_constraints_true.cc +++ b/tests/dofs/dof_tools_02a_constraints_true.cc @@ -27,7 +27,6 @@ // true); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02a_subdomain.cc b/tests/dofs/dof_tools_02a_subdomain.cc index c622734287..5d760b5c8d 100644 --- a/tests/dofs/dof_tools_02a_subdomain.cc +++ b/tests/dofs/dof_tools_02a_subdomain.cc @@ -27,7 +27,6 @@ // with the subdomain argument -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02b.cc b/tests/dofs/dof_tools_02b.cc index eb41d6cd24..98f10ca7b6 100644 --- a/tests/dofs/dof_tools_02b.cc +++ b/tests/dofs/dof_tools_02b.cc @@ -24,7 +24,6 @@ // Table<2,Coupling> &, // DynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02c.cc b/tests/dofs/dof_tools_02c.cc index b743c2bdaf..8882cbb15e 100644 --- a/tests/dofs/dof_tools_02c.cc +++ b/tests/dofs/dof_tools_02c.cc @@ -24,7 +24,6 @@ // Table<2,Coupling> &, // BlockSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_02d.cc b/tests/dofs/dof_tools_02d.cc index 6c1d7e90c3..2eedaa28c3 100644 --- a/tests/dofs/dof_tools_02d.cc +++ b/tests/dofs/dof_tools_02d.cc @@ -24,7 +24,6 @@ // std::vector > &, // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_03.cc b/tests/dofs/dof_tools_03.cc index 6c518135de..f4dd80d00a 100644 --- a/tests/dofs/dof_tools_03.cc +++ b/tests/dofs/dof_tools_03.cc @@ -25,7 +25,6 @@ // ConstraintMatrix &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_04.cc b/tests/dofs/dof_tools_04.cc index ca02db0898..d2a6de0466 100644 --- a/tests/dofs/dof_tools_04.cc +++ b/tests/dofs/dof_tools_04.cc @@ -21,7 +21,6 @@ // DoFTools::extract_hanging_node_constraints -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_05.cc b/tests/dofs/dof_tools_05.cc index 3ec709dbe6..e82650b9d4 100644 --- a/tests/dofs/dof_tools_05.cc +++ b/tests/dofs/dof_tools_05.cc @@ -21,7 +21,6 @@ // DoFTools::extract_boundary_dofs -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_06.cc b/tests/dofs/dof_tools_06.cc index 828e9c4f68..d7aba89b4c 100644 --- a/tests/dofs/dof_tools_06.cc +++ b/tests/dofs/dof_tools_06.cc @@ -21,7 +21,6 @@ // DoFTools::extract_subdomain_dofs -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_07.cc b/tests/dofs/dof_tools_07.cc index e7c6110f7c..9e697d4360 100644 --- a/tests/dofs/dof_tools_07.cc +++ b/tests/dofs/dof_tools_07.cc @@ -21,7 +21,6 @@ // DoFTools::count_dofs_per_component -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_08.cc b/tests/dofs/dof_tools_08.cc index 0badf5afed..e8f5c8fc66 100644 --- a/tests/dofs/dof_tools_08.cc +++ b/tests/dofs/dof_tools_08.cc @@ -22,7 +22,6 @@ // std::vector &) -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_09.cc b/tests/dofs/dof_tools_09.cc index d30b08b90e..2bd2166f32 100644 --- a/tests/dofs/dof_tools_09.cc +++ b/tests/dofs/dof_tools_09.cc @@ -23,7 +23,6 @@ // std::vector &) -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_10.cc b/tests/dofs/dof_tools_10.cc index 77b0b956bb..21941ac4ea 100644 --- a/tests/dofs/dof_tools_10.cc +++ b/tests/dofs/dof_tools_10.cc @@ -24,7 +24,6 @@ // std::vector > &) -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_12.cc b/tests/dofs/dof_tools_12.cc index 4657859b5b..50d917e85d 100644 --- a/tests/dofs/dof_tools_12.cc +++ b/tests/dofs/dof_tools_12.cc @@ -21,7 +21,6 @@ // DoFTools::extract_dofs -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_13.cc b/tests/dofs/dof_tools_13.cc index 8c71a4d1dc..aad967c51a 100644 --- a/tests/dofs/dof_tools_13.cc +++ b/tests/dofs/dof_tools_13.cc @@ -23,7 +23,6 @@ -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_13a.cc b/tests/dofs/dof_tools_13a.cc index adca729256..3a4764bee4 100644 --- a/tests/dofs/dof_tools_13a.cc +++ b/tests/dofs/dof_tools_13a.cc @@ -29,7 +29,6 @@ -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_14.cc b/tests/dofs/dof_tools_14.cc index 083ac5a78a..8d125dc74c 100644 --- a/tests/dofs/dof_tools_14.cc +++ b/tests/dofs/dof_tools_14.cc @@ -23,7 +23,6 @@ -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_15a.cc b/tests/dofs/dof_tools_15a.cc index b4dddf6c39..704df8fd01 100644 --- a/tests/dofs/dof_tools_15a.cc +++ b/tests/dofs/dof_tools_15a.cc @@ -25,7 +25,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_15b.cc b/tests/dofs/dof_tools_15b.cc index 2653504e91..9fe4360fb5 100644 --- a/tests/dofs/dof_tools_15b.cc +++ b/tests/dofs/dof_tools_15b.cc @@ -24,7 +24,6 @@ // const std::vector & // DynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_15c.cc b/tests/dofs/dof_tools_15c.cc index c7e20f6616..87f0622ee2 100644 --- a/tests/dofs/dof_tools_15c.cc +++ b/tests/dofs/dof_tools_15c.cc @@ -24,7 +24,6 @@ // const std::vector & // BlockSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_15d.cc b/tests/dofs/dof_tools_15d.cc index 4368be3533..4ff7dd1cb7 100644 --- a/tests/dofs/dof_tools_15d.cc +++ b/tests/dofs/dof_tools_15d.cc @@ -24,7 +24,6 @@ // const std::vector & // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_16a.cc b/tests/dofs/dof_tools_16a.cc index 14852a83f7..7a8ab51d4f 100644 --- a/tests/dofs/dof_tools_16a.cc +++ b/tests/dofs/dof_tools_16a.cc @@ -26,7 +26,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_16b.cc b/tests/dofs/dof_tools_16b.cc index ed7ea82ac8..c21991361f 100644 --- a/tests/dofs/dof_tools_16b.cc +++ b/tests/dofs/dof_tools_16b.cc @@ -25,7 +25,6 @@ // const std::vector & // DynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_16c.cc b/tests/dofs/dof_tools_16c.cc index 08332d344e..f9aacce3ee 100644 --- a/tests/dofs/dof_tools_16c.cc +++ b/tests/dofs/dof_tools_16c.cc @@ -25,7 +25,6 @@ // const std::vector & // BlockSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_16d.cc b/tests/dofs/dof_tools_16d.cc index 74ddcf4924..994ce2e276 100644 --- a/tests/dofs/dof_tools_16d.cc +++ b/tests/dofs/dof_tools_16d.cc @@ -25,7 +25,6 @@ // const std::vector & // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_17a.cc b/tests/dofs/dof_tools_17a.cc index c6c3dd120f..8e9506786f 100644 --- a/tests/dofs/dof_tools_17a.cc +++ b/tests/dofs/dof_tools_17a.cc @@ -24,7 +24,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_17b.cc b/tests/dofs/dof_tools_17b.cc index 0623436f35..18332b4d34 100644 --- a/tests/dofs/dof_tools_17b.cc +++ b/tests/dofs/dof_tools_17b.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // DynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_17c.cc b/tests/dofs/dof_tools_17c.cc index 2da899acdc..307bebac45 100644 --- a/tests/dofs/dof_tools_17c.cc +++ b/tests/dofs/dof_tools_17c.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // BlockSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_17d.cc b/tests/dofs/dof_tools_17d.cc index 151ddc268e..d4e9bf4163 100644 --- a/tests/dofs/dof_tools_17d.cc +++ b/tests/dofs/dof_tools_17d.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_18a.cc b/tests/dofs/dof_tools_18a.cc index 30cca9ba38..87273135da 100644 --- a/tests/dofs/dof_tools_18a.cc +++ b/tests/dofs/dof_tools_18a.cc @@ -24,7 +24,6 @@ // SparsityPattern &); -std::string output_file_name = "output"; // set up masks. choose X-shaped // masks with full first row and diff --git a/tests/dofs/dof_tools_18a_1d.cc b/tests/dofs/dof_tools_18a_1d.cc index fae502b181..4f814970dc 100644 --- a/tests/dofs/dof_tools_18a_1d.cc +++ b/tests/dofs/dof_tools_18a_1d.cc @@ -51,7 +51,6 @@ // DoF 4. this was previously missing -std::string output_file_name = "output"; template @@ -119,7 +118,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/dofs/dof_tools_18b.cc b/tests/dofs/dof_tools_18b.cc index dabefe7be0..702f9fbbd8 100644 --- a/tests/dofs/dof_tools_18b.cc +++ b/tests/dofs/dof_tools_18b.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // DynamicSparsityPattern &); -std::string output_file_name = "output"; // set up masks. choose X-shaped // masks with full first row and diff --git a/tests/dofs/dof_tools_18c.cc b/tests/dofs/dof_tools_18c.cc index 932d483edb..179e8ff187 100644 --- a/tests/dofs/dof_tools_18c.cc +++ b/tests/dofs/dof_tools_18c.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // BlockSparsityPattern &); -std::string output_file_name = "output"; // set up masks. choose X-shaped // masks with full first row and diff --git a/tests/dofs/dof_tools_18d.cc b/tests/dofs/dof_tools_18d.cc index 1e5d92128d..a5db3f5554 100644 --- a/tests/dofs/dof_tools_18d.cc +++ b/tests/dofs/dof_tools_18d.cc @@ -23,7 +23,6 @@ // make_flux_sparsity_pattern (const DoFHandler &, // BlockDynamicSparsityPattern &); -std::string output_file_name = "output"; // set up masks. choose X-shaped // masks with full first row and diff --git a/tests/dofs/dof_tools_19.cc b/tests/dofs/dof_tools_19.cc index 4703e146e8..daf8b6f4ce 100644 --- a/tests/dofs/dof_tools_19.cc +++ b/tests/dofs/dof_tools_19.cc @@ -38,7 +38,6 @@ // because VectorTools::project wasn't implemented at all in 1d. It // required fixing both bugs to get to the actual point of this test. -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_20.cc b/tests/dofs/dof_tools_20.cc index b7529b393a..a6b854a717 100644 --- a/tests/dofs/dof_tools_20.cc +++ b/tests/dofs/dof_tools_20.cc @@ -21,7 +21,6 @@ // DoFTools::extract_dofs_with_support_on_boundary -std::string output_file_name = "output"; template diff --git a/tests/dofs/dof_tools_21.cc b/tests/dofs/dof_tools_21.cc index b76d78d1a3..e80bf68c3e 100644 --- a/tests/dofs/dof_tools_21.cc +++ b/tests/dofs/dof_tools_21.cc @@ -39,7 +39,6 @@ // between the projected and unprojected function. // This should reveal any errors in the constraint_matrix: -std::string output_file_name("output"); template diff --git a/tests/dofs/dof_tools_common.h b/tests/dofs/dof_tools_common.h index 977a95965d..118b8df6ea 100644 --- a/tests/dofs/dof_tools_common.h +++ b/tests/dofs/dof_tools_common.h @@ -43,8 +43,6 @@ template void check_this (const DoFHandler &dof_handler); -// forward declaration of a variable with the name of the output file -extern std::string output_file_name; void @@ -137,7 +135,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (8); deallog << std::setprecision (8); deallog.attach(logfile); diff --git a/tests/dofs/dof_tools_periodic.h b/tests/dofs/dof_tools_periodic.h index f5a55cf7f3..d488909492 100644 --- a/tests/dofs/dof_tools_periodic.h +++ b/tests/dofs/dof_tools_periodic.h @@ -45,8 +45,6 @@ template void check_this (const DoFHandler &dof_handler); -// forward declaration of a variable with the name of the output file -extern std::string output_file_name; void @@ -131,7 +129,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/dofs/hp_constraints_are_implemented.cc b/tests/dofs/hp_constraints_are_implemented.cc index 761ec345ef..55c9b256b9 100644 --- a/tests/dofs/hp_constraints_are_implemented.cc +++ b/tests/dofs/hp_constraints_are_implemented.cc @@ -24,7 +24,6 @@ -std::string output_file_name = "output"; template diff --git a/tests/dofs/n_dofs_per_object.cc b/tests/dofs/n_dofs_per_object.cc index 409e635e4a..750d08dd29 100644 --- a/tests/dofs/n_dofs_per_object.cc +++ b/tests/dofs/n_dofs_per_object.cc @@ -23,7 +23,6 @@ -std::string output_file_name = "output"; template diff --git a/tests/fail/rt_crash_01.cc b/tests/fail/rt_crash_01.cc index 08139c4168..ab9d997139 100644 --- a/tests/fail/rt_crash_01.cc +++ b/tests/fail/rt_crash_01.cc @@ -28,7 +28,6 @@ // elements, when computing some sort of edge directions. This is the // case left over from dof_tools_19 -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_01.cc b/tests/full_matrix/complex_complex_full_matrix_01.cc index d9288b0aa3..79063b9f11 100644 --- a/tests/full_matrix/complex_complex_full_matrix_01.cc +++ b/tests/full_matrix/complex_complex_full_matrix_01.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_02.cc b/tests/full_matrix/complex_complex_full_matrix_02.cc index c75cf65ab7..163773f38c 100644 --- a/tests/full_matrix/complex_complex_full_matrix_02.cc +++ b/tests/full_matrix/complex_complex_full_matrix_02.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_03.cc b/tests/full_matrix/complex_complex_full_matrix_03.cc index b3ac356cce..245e4d55b3 100644 --- a/tests/full_matrix/complex_complex_full_matrix_03.cc +++ b/tests/full_matrix/complex_complex_full_matrix_03.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_04.cc b/tests/full_matrix/complex_complex_full_matrix_04.cc index c0ac7c8506..43d9170e9c 100644 --- a/tests/full_matrix/complex_complex_full_matrix_04.cc +++ b/tests/full_matrix/complex_complex_full_matrix_04.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_06.cc b/tests/full_matrix/complex_complex_full_matrix_06.cc index 6c631c10c9..87e2467190 100644 --- a/tests/full_matrix/complex_complex_full_matrix_06.cc +++ b/tests/full_matrix/complex_complex_full_matrix_06.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_07.cc b/tests/full_matrix/complex_complex_full_matrix_07.cc index 31f440def9..9e25028e39 100644 --- a/tests/full_matrix/complex_complex_full_matrix_07.cc +++ b/tests/full_matrix/complex_complex_full_matrix_07.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_08.cc b/tests/full_matrix/complex_complex_full_matrix_08.cc index 25f2133cb4..8cf16595ea 100644 --- a/tests/full_matrix/complex_complex_full_matrix_08.cc +++ b/tests/full_matrix/complex_complex_full_matrix_08.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_10.cc b/tests/full_matrix/complex_complex_full_matrix_10.cc index 9202a6af84..128669ff2b 100644 --- a/tests/full_matrix/complex_complex_full_matrix_10.cc +++ b/tests/full_matrix/complex_complex_full_matrix_10.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_11.cc b/tests/full_matrix/complex_complex_full_matrix_11.cc index 22c962c672..c2500cab10 100644 --- a/tests/full_matrix/complex_complex_full_matrix_11.cc +++ b/tests/full_matrix/complex_complex_full_matrix_11.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_12.cc b/tests/full_matrix/complex_complex_full_matrix_12.cc index fdd2b5b6a8..f91dd1bcc8 100644 --- a/tests/full_matrix/complex_complex_full_matrix_12.cc +++ b/tests/full_matrix/complex_complex_full_matrix_12.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_13.cc b/tests/full_matrix/complex_complex_full_matrix_13.cc index 0aed3ec036..273db85243 100644 --- a/tests/full_matrix/complex_complex_full_matrix_13.cc +++ b/tests/full_matrix/complex_complex_full_matrix_13.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_14.cc b/tests/full_matrix/complex_complex_full_matrix_14.cc index 6bdbba6640..73bc77425a 100644 --- a/tests/full_matrix/complex_complex_full_matrix_14.cc +++ b/tests/full_matrix/complex_complex_full_matrix_14.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_15.cc b/tests/full_matrix/complex_complex_full_matrix_15.cc index cfe5adbcf1..adf9b4a550 100644 --- a/tests/full_matrix/complex_complex_full_matrix_15.cc +++ b/tests/full_matrix/complex_complex_full_matrix_15.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_16.cc b/tests/full_matrix/complex_complex_full_matrix_16.cc index 3e54ec144b..52047e754a 100644 --- a/tests/full_matrix/complex_complex_full_matrix_16.cc +++ b/tests/full_matrix/complex_complex_full_matrix_16.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_17.cc b/tests/full_matrix/complex_complex_full_matrix_17.cc index 9f65984530..1e4d60f552 100644 --- a/tests/full_matrix/complex_complex_full_matrix_17.cc +++ b/tests/full_matrix/complex_complex_full_matrix_17.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_18.cc b/tests/full_matrix/complex_complex_full_matrix_18.cc index e1b4d15376..9a76b2aa34 100644 --- a/tests/full_matrix/complex_complex_full_matrix_18.cc +++ b/tests/full_matrix/complex_complex_full_matrix_18.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_19.cc b/tests/full_matrix/complex_complex_full_matrix_19.cc index fadfa47e7e..b3977e7a45 100644 --- a/tests/full_matrix/complex_complex_full_matrix_19.cc +++ b/tests/full_matrix/complex_complex_full_matrix_19.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_20.cc b/tests/full_matrix/complex_complex_full_matrix_20.cc index ad9d2bad63..dc2c0e44bd 100644 --- a/tests/full_matrix/complex_complex_full_matrix_20.cc +++ b/tests/full_matrix/complex_complex_full_matrix_20.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_21.cc b/tests/full_matrix/complex_complex_full_matrix_21.cc index 18d3bda090..2818a9858f 100644 --- a/tests/full_matrix/complex_complex_full_matrix_21.cc +++ b/tests/full_matrix/complex_complex_full_matrix_21.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_22.cc b/tests/full_matrix/complex_complex_full_matrix_22.cc index f06c26fc7b..934de8cd30 100644 --- a/tests/full_matrix/complex_complex_full_matrix_22.cc +++ b/tests/full_matrix/complex_complex_full_matrix_22.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_23.cc b/tests/full_matrix/complex_complex_full_matrix_23.cc index fbcf15befb..8b69c300b8 100644 --- a/tests/full_matrix/complex_complex_full_matrix_23.cc +++ b/tests/full_matrix/complex_complex_full_matrix_23.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_24.cc b/tests/full_matrix/complex_complex_full_matrix_24.cc index 6d031a2110..e016a6170f 100644 --- a/tests/full_matrix/complex_complex_full_matrix_24.cc +++ b/tests/full_matrix/complex_complex_full_matrix_24.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_25.cc b/tests/full_matrix/complex_complex_full_matrix_25.cc index 7287c7381a..e96b0b0546 100644 --- a/tests/full_matrix/complex_complex_full_matrix_25.cc +++ b/tests/full_matrix/complex_complex_full_matrix_25.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_26.cc b/tests/full_matrix/complex_complex_full_matrix_26.cc index 9a92697ee6..41d55f9a80 100644 --- a/tests/full_matrix/complex_complex_full_matrix_26.cc +++ b/tests/full_matrix/complex_complex_full_matrix_26.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_27.cc b/tests/full_matrix/complex_complex_full_matrix_27.cc index 6ad9fdca3a..bf0499efda 100644 --- a/tests/full_matrix/complex_complex_full_matrix_27.cc +++ b/tests/full_matrix/complex_complex_full_matrix_27.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_28.cc b/tests/full_matrix/complex_complex_full_matrix_28.cc index 0d5327f6aa..89d5031182 100644 --- a/tests/full_matrix/complex_complex_full_matrix_28.cc +++ b/tests/full_matrix/complex_complex_full_matrix_28.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_29.cc b/tests/full_matrix/complex_complex_full_matrix_29.cc index d62cf3aea7..c42fe25712 100644 --- a/tests/full_matrix/complex_complex_full_matrix_29.cc +++ b/tests/full_matrix/complex_complex_full_matrix_29.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_30.cc b/tests/full_matrix/complex_complex_full_matrix_30.cc index 8aefb9f80d..fcfc560f3c 100644 --- a/tests/full_matrix/complex_complex_full_matrix_30.cc +++ b/tests/full_matrix/complex_complex_full_matrix_30.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_31.cc b/tests/full_matrix/complex_complex_full_matrix_31.cc index 78ea1bf989..9866026be6 100644 --- a/tests/full_matrix/complex_complex_full_matrix_31.cc +++ b/tests/full_matrix/complex_complex_full_matrix_31.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_32.cc b/tests/full_matrix/complex_complex_full_matrix_32.cc index fcc92b14e4..a622d39921 100644 --- a/tests/full_matrix/complex_complex_full_matrix_32.cc +++ b/tests/full_matrix/complex_complex_full_matrix_32.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_33.cc b/tests/full_matrix/complex_complex_full_matrix_33.cc index 205a34e694..c706b83591 100644 --- a/tests/full_matrix/complex_complex_full_matrix_33.cc +++ b/tests/full_matrix/complex_complex_full_matrix_33.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_34.cc b/tests/full_matrix/complex_complex_full_matrix_34.cc index c97ba143a3..2b2f397079 100644 --- a/tests/full_matrix/complex_complex_full_matrix_34.cc +++ b/tests/full_matrix/complex_complex_full_matrix_34.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_36.cc b/tests/full_matrix/complex_complex_full_matrix_36.cc index 331435108a..23d255d693 100644 --- a/tests/full_matrix/complex_complex_full_matrix_36.cc +++ b/tests/full_matrix/complex_complex_full_matrix_36.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_37.cc b/tests/full_matrix/complex_complex_full_matrix_37.cc index 8a1182f48f..20e0aa5030 100644 --- a/tests/full_matrix/complex_complex_full_matrix_37.cc +++ b/tests/full_matrix/complex_complex_full_matrix_37.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_38.cc b/tests/full_matrix/complex_complex_full_matrix_38.cc index e198dca6d1..13ef90d7a1 100644 --- a/tests/full_matrix/complex_complex_full_matrix_38.cc +++ b/tests/full_matrix/complex_complex_full_matrix_38.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_39.cc b/tests/full_matrix/complex_complex_full_matrix_39.cc index 18cb0beb4e..9ce2700498 100644 --- a/tests/full_matrix/complex_complex_full_matrix_39.cc +++ b/tests/full_matrix/complex_complex_full_matrix_39.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_40.cc b/tests/full_matrix/complex_complex_full_matrix_40.cc index b2b1b74e95..6d0fafad98 100644 --- a/tests/full_matrix/complex_complex_full_matrix_40.cc +++ b/tests/full_matrix/complex_complex_full_matrix_40.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_41.cc b/tests/full_matrix/complex_complex_full_matrix_41.cc index f712e36048..902fa9e93a 100644 --- a/tests/full_matrix/complex_complex_full_matrix_41.cc +++ b/tests/full_matrix/complex_complex_full_matrix_41.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_42.cc b/tests/full_matrix/complex_complex_full_matrix_42.cc index 22952104ec..c1be185017 100644 --- a/tests/full_matrix/complex_complex_full_matrix_42.cc +++ b/tests/full_matrix/complex_complex_full_matrix_42.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_43.cc b/tests/full_matrix/complex_complex_full_matrix_43.cc index bda3e31ed3..19373b3e9d 100644 --- a/tests/full_matrix/complex_complex_full_matrix_43.cc +++ b/tests/full_matrix/complex_complex_full_matrix_43.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_44.cc b/tests/full_matrix/complex_complex_full_matrix_44.cc index 73bb0a8089..6c391030a6 100644 --- a/tests/full_matrix/complex_complex_full_matrix_44.cc +++ b/tests/full_matrix/complex_complex_full_matrix_44.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_45.cc b/tests/full_matrix/complex_complex_full_matrix_45.cc index d78cce6bdd..55f2266a67 100644 --- a/tests/full_matrix/complex_complex_full_matrix_45.cc +++ b/tests/full_matrix/complex_complex_full_matrix_45.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_46.cc b/tests/full_matrix/complex_complex_full_matrix_46.cc index 327be041bb..26206e7289 100644 --- a/tests/full_matrix/complex_complex_full_matrix_46.cc +++ b/tests/full_matrix/complex_complex_full_matrix_46.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_47.cc b/tests/full_matrix/complex_complex_full_matrix_47.cc index e026330bdf..285afa2263 100644 --- a/tests/full_matrix/complex_complex_full_matrix_47.cc +++ b/tests/full_matrix/complex_complex_full_matrix_47.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_48.cc b/tests/full_matrix/complex_complex_full_matrix_48.cc index 51cd5fc626..55c31bafad 100644 --- a/tests/full_matrix/complex_complex_full_matrix_48.cc +++ b/tests/full_matrix/complex_complex_full_matrix_48.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_49.cc b/tests/full_matrix/complex_complex_full_matrix_49.cc index bafbf620ad..18ec05965f 100644 --- a/tests/full_matrix/complex_complex_full_matrix_49.cc +++ b/tests/full_matrix/complex_complex_full_matrix_49.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_50.cc b/tests/full_matrix/complex_complex_full_matrix_50.cc index f4660bd03e..841abaf1ae 100644 --- a/tests/full_matrix/complex_complex_full_matrix_50.cc +++ b/tests/full_matrix/complex_complex_full_matrix_50.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_51.cc b/tests/full_matrix/complex_complex_full_matrix_51.cc index 1c7d412c53..ac6d05fd78 100644 --- a/tests/full_matrix/complex_complex_full_matrix_51.cc +++ b/tests/full_matrix/complex_complex_full_matrix_51.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_complex_full_matrix_52.cc b/tests/full_matrix/complex_complex_full_matrix_52.cc index 6a0f687c12..29bf7bddc6 100644 --- a/tests/full_matrix/complex_complex_full_matrix_52.cc +++ b/tests/full_matrix/complex_complex_full_matrix_52.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_01.cc b/tests/full_matrix/complex_real_full_matrix_01.cc index f0316c2fc8..d72ec8b143 100644 --- a/tests/full_matrix/complex_real_full_matrix_01.cc +++ b/tests/full_matrix/complex_real_full_matrix_01.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_02.cc b/tests/full_matrix/complex_real_full_matrix_02.cc index baa2682b40..8291449bb8 100644 --- a/tests/full_matrix/complex_real_full_matrix_02.cc +++ b/tests/full_matrix/complex_real_full_matrix_02.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_03.cc b/tests/full_matrix/complex_real_full_matrix_03.cc index 2a9cf3e51c..97ed17abd0 100644 --- a/tests/full_matrix/complex_real_full_matrix_03.cc +++ b/tests/full_matrix/complex_real_full_matrix_03.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_04.cc b/tests/full_matrix/complex_real_full_matrix_04.cc index c241d64ee9..6e8df6c7d2 100644 --- a/tests/full_matrix/complex_real_full_matrix_04.cc +++ b/tests/full_matrix/complex_real_full_matrix_04.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_05.cc b/tests/full_matrix/complex_real_full_matrix_05.cc index 3ac0535f21..80d400dbd8 100644 --- a/tests/full_matrix/complex_real_full_matrix_05.cc +++ b/tests/full_matrix/complex_real_full_matrix_05.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_06.cc b/tests/full_matrix/complex_real_full_matrix_06.cc index 7521050354..a393e388c8 100644 --- a/tests/full_matrix/complex_real_full_matrix_06.cc +++ b/tests/full_matrix/complex_real_full_matrix_06.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_07.cc b/tests/full_matrix/complex_real_full_matrix_07.cc index 7434d2f2d6..1db7611bce 100644 --- a/tests/full_matrix/complex_real_full_matrix_07.cc +++ b/tests/full_matrix/complex_real_full_matrix_07.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_08.cc b/tests/full_matrix/complex_real_full_matrix_08.cc index d6e131da80..7091d5c72f 100644 --- a/tests/full_matrix/complex_real_full_matrix_08.cc +++ b/tests/full_matrix/complex_real_full_matrix_08.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_09.cc b/tests/full_matrix/complex_real_full_matrix_09.cc index 7480457710..0e557ae78a 100644 --- a/tests/full_matrix/complex_real_full_matrix_09.cc +++ b/tests/full_matrix/complex_real_full_matrix_09.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_10.cc b/tests/full_matrix/complex_real_full_matrix_10.cc index cf59b02590..4e86320693 100644 --- a/tests/full_matrix/complex_real_full_matrix_10.cc +++ b/tests/full_matrix/complex_real_full_matrix_10.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_11.cc b/tests/full_matrix/complex_real_full_matrix_11.cc index a46754a303..8e82cab5f1 100644 --- a/tests/full_matrix/complex_real_full_matrix_11.cc +++ b/tests/full_matrix/complex_real_full_matrix_11.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_12.cc b/tests/full_matrix/complex_real_full_matrix_12.cc index 1a2b25f337..1562e13b87 100644 --- a/tests/full_matrix/complex_real_full_matrix_12.cc +++ b/tests/full_matrix/complex_real_full_matrix_12.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_13.cc b/tests/full_matrix/complex_real_full_matrix_13.cc index 1669e4861b..6a4da24495 100644 --- a/tests/full_matrix/complex_real_full_matrix_13.cc +++ b/tests/full_matrix/complex_real_full_matrix_13.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_14.cc b/tests/full_matrix/complex_real_full_matrix_14.cc index 1995dbd5a8..3bc0363a77 100644 --- a/tests/full_matrix/complex_real_full_matrix_14.cc +++ b/tests/full_matrix/complex_real_full_matrix_14.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_15.cc b/tests/full_matrix/complex_real_full_matrix_15.cc index 1a0dfa4327..969fbcfb11 100644 --- a/tests/full_matrix/complex_real_full_matrix_15.cc +++ b/tests/full_matrix/complex_real_full_matrix_15.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_16.cc b/tests/full_matrix/complex_real_full_matrix_16.cc index 0db314d201..c6705e500d 100644 --- a/tests/full_matrix/complex_real_full_matrix_16.cc +++ b/tests/full_matrix/complex_real_full_matrix_16.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_17.cc b/tests/full_matrix/complex_real_full_matrix_17.cc index 73718012d0..21d9cbc6db 100644 --- a/tests/full_matrix/complex_real_full_matrix_17.cc +++ b/tests/full_matrix/complex_real_full_matrix_17.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_18.cc b/tests/full_matrix/complex_real_full_matrix_18.cc index ecf944fb9f..690e6808e2 100644 --- a/tests/full_matrix/complex_real_full_matrix_18.cc +++ b/tests/full_matrix/complex_real_full_matrix_18.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_19.cc b/tests/full_matrix/complex_real_full_matrix_19.cc index e247f83754..a22a2aeb48 100644 --- a/tests/full_matrix/complex_real_full_matrix_19.cc +++ b/tests/full_matrix/complex_real_full_matrix_19.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_20.cc b/tests/full_matrix/complex_real_full_matrix_20.cc index 9b66ee4dee..87f7b9cfcb 100644 --- a/tests/full_matrix/complex_real_full_matrix_20.cc +++ b/tests/full_matrix/complex_real_full_matrix_20.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_21.cc b/tests/full_matrix/complex_real_full_matrix_21.cc index a58756f5eb..3a65ddd0e5 100644 --- a/tests/full_matrix/complex_real_full_matrix_21.cc +++ b/tests/full_matrix/complex_real_full_matrix_21.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_22.cc b/tests/full_matrix/complex_real_full_matrix_22.cc index 991b77d439..cc6d9bd613 100644 --- a/tests/full_matrix/complex_real_full_matrix_22.cc +++ b/tests/full_matrix/complex_real_full_matrix_22.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_23.cc b/tests/full_matrix/complex_real_full_matrix_23.cc index 49f28d7f3b..297d1902d6 100644 --- a/tests/full_matrix/complex_real_full_matrix_23.cc +++ b/tests/full_matrix/complex_real_full_matrix_23.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_24.cc b/tests/full_matrix/complex_real_full_matrix_24.cc index f103a351cf..3c6a30a498 100644 --- a/tests/full_matrix/complex_real_full_matrix_24.cc +++ b/tests/full_matrix/complex_real_full_matrix_24.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_25.cc b/tests/full_matrix/complex_real_full_matrix_25.cc index f92ecdc334..7a4494699f 100644 --- a/tests/full_matrix/complex_real_full_matrix_25.cc +++ b/tests/full_matrix/complex_real_full_matrix_25.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_26.cc b/tests/full_matrix/complex_real_full_matrix_26.cc index 42aa57018b..4f0d7b39ba 100644 --- a/tests/full_matrix/complex_real_full_matrix_26.cc +++ b/tests/full_matrix/complex_real_full_matrix_26.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_27.cc b/tests/full_matrix/complex_real_full_matrix_27.cc index 98e4d775d1..10368080b5 100644 --- a/tests/full_matrix/complex_real_full_matrix_27.cc +++ b/tests/full_matrix/complex_real_full_matrix_27.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_28.cc b/tests/full_matrix/complex_real_full_matrix_28.cc index 3daa94d83c..4713f10f28 100644 --- a/tests/full_matrix/complex_real_full_matrix_28.cc +++ b/tests/full_matrix/complex_real_full_matrix_28.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_29.cc b/tests/full_matrix/complex_real_full_matrix_29.cc index d06fff09b3..de04ccf8c5 100644 --- a/tests/full_matrix/complex_real_full_matrix_29.cc +++ b/tests/full_matrix/complex_real_full_matrix_29.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_30.cc b/tests/full_matrix/complex_real_full_matrix_30.cc index 8bbea8cb49..11e6c9648d 100644 --- a/tests/full_matrix/complex_real_full_matrix_30.cc +++ b/tests/full_matrix/complex_real_full_matrix_30.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_31.cc b/tests/full_matrix/complex_real_full_matrix_31.cc index a2537c10a6..9f658e6337 100644 --- a/tests/full_matrix/complex_real_full_matrix_31.cc +++ b/tests/full_matrix/complex_real_full_matrix_31.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_32.cc b/tests/full_matrix/complex_real_full_matrix_32.cc index e4818d0f3a..94199410e9 100644 --- a/tests/full_matrix/complex_real_full_matrix_32.cc +++ b/tests/full_matrix/complex_real_full_matrix_32.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_33.cc b/tests/full_matrix/complex_real_full_matrix_33.cc index 6020b894eb..ac56963c0c 100644 --- a/tests/full_matrix/complex_real_full_matrix_33.cc +++ b/tests/full_matrix/complex_real_full_matrix_33.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_34.cc b/tests/full_matrix/complex_real_full_matrix_34.cc index 08bf1a33ee..c5939d1d35 100644 --- a/tests/full_matrix/complex_real_full_matrix_34.cc +++ b/tests/full_matrix/complex_real_full_matrix_34.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_36.cc b/tests/full_matrix/complex_real_full_matrix_36.cc index c2935ac770..4af2fd3b0c 100644 --- a/tests/full_matrix/complex_real_full_matrix_36.cc +++ b/tests/full_matrix/complex_real_full_matrix_36.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_37.cc b/tests/full_matrix/complex_real_full_matrix_37.cc index 9161c8abe0..c38af97a9c 100644 --- a/tests/full_matrix/complex_real_full_matrix_37.cc +++ b/tests/full_matrix/complex_real_full_matrix_37.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_38.cc b/tests/full_matrix/complex_real_full_matrix_38.cc index ee1a4f1a34..9803900c50 100644 --- a/tests/full_matrix/complex_real_full_matrix_38.cc +++ b/tests/full_matrix/complex_real_full_matrix_38.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_39.cc b/tests/full_matrix/complex_real_full_matrix_39.cc index 21fb2204c4..1cca871c7c 100644 --- a/tests/full_matrix/complex_real_full_matrix_39.cc +++ b/tests/full_matrix/complex_real_full_matrix_39.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_40.cc b/tests/full_matrix/complex_real_full_matrix_40.cc index 25f469cf15..528655ab6f 100644 --- a/tests/full_matrix/complex_real_full_matrix_40.cc +++ b/tests/full_matrix/complex_real_full_matrix_40.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_41.cc b/tests/full_matrix/complex_real_full_matrix_41.cc index dfc1da2130..b94e1a30d9 100644 --- a/tests/full_matrix/complex_real_full_matrix_41.cc +++ b/tests/full_matrix/complex_real_full_matrix_41.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_42.cc b/tests/full_matrix/complex_real_full_matrix_42.cc index b93a47c678..b8964d3276 100644 --- a/tests/full_matrix/complex_real_full_matrix_42.cc +++ b/tests/full_matrix/complex_real_full_matrix_42.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_43.cc b/tests/full_matrix/complex_real_full_matrix_43.cc index b30cc7ab99..1bfb389252 100644 --- a/tests/full_matrix/complex_real_full_matrix_43.cc +++ b/tests/full_matrix/complex_real_full_matrix_43.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_44.cc b/tests/full_matrix/complex_real_full_matrix_44.cc index d7dcabca88..e794c29ce2 100644 --- a/tests/full_matrix/complex_real_full_matrix_44.cc +++ b/tests/full_matrix/complex_real_full_matrix_44.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_45.cc b/tests/full_matrix/complex_real_full_matrix_45.cc index 10a2ce79c8..2d651c8886 100644 --- a/tests/full_matrix/complex_real_full_matrix_45.cc +++ b/tests/full_matrix/complex_real_full_matrix_45.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_46.cc b/tests/full_matrix/complex_real_full_matrix_46.cc index 8b9bc9c0c6..cc95b785ac 100644 --- a/tests/full_matrix/complex_real_full_matrix_46.cc +++ b/tests/full_matrix/complex_real_full_matrix_46.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_47.cc b/tests/full_matrix/complex_real_full_matrix_47.cc index d3668bce63..60432747a9 100644 --- a/tests/full_matrix/complex_real_full_matrix_47.cc +++ b/tests/full_matrix/complex_real_full_matrix_47.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_48.cc b/tests/full_matrix/complex_real_full_matrix_48.cc index 8efdf0d7ee..0a56fd1019 100644 --- a/tests/full_matrix/complex_real_full_matrix_48.cc +++ b/tests/full_matrix/complex_real_full_matrix_48.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_49.cc b/tests/full_matrix/complex_real_full_matrix_49.cc index 4310bd8575..c95cfe7f1d 100644 --- a/tests/full_matrix/complex_real_full_matrix_49.cc +++ b/tests/full_matrix/complex_real_full_matrix_49.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_50.cc b/tests/full_matrix/complex_real_full_matrix_50.cc index 3249fec487..12da4b24ef 100644 --- a/tests/full_matrix/complex_real_full_matrix_50.cc +++ b/tests/full_matrix/complex_real_full_matrix_50.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_51.cc b/tests/full_matrix/complex_real_full_matrix_51.cc index d8366d2645..f32fabcaba 100644 --- a/tests/full_matrix/complex_real_full_matrix_51.cc +++ b/tests/full_matrix/complex_real_full_matrix_51.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/complex_real_full_matrix_52.cc b/tests/full_matrix/complex_real_full_matrix_52.cc index cafa44fc7e..771b6ae5ed 100644 --- a/tests/full_matrix/complex_real_full_matrix_52.cc +++ b/tests/full_matrix/complex_real_full_matrix_52.cc @@ -24,7 +24,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_01.cc b/tests/full_matrix/full_matrix_01.cc index 545fd7d8c7..24524dbde9 100644 --- a/tests/full_matrix/full_matrix_01.cc +++ b/tests/full_matrix/full_matrix_01.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_12.cc b/tests/full_matrix/full_matrix_12.cc index ce5d072f0e..69671c8b1d 100644 --- a/tests/full_matrix/full_matrix_12.cc +++ b/tests/full_matrix/full_matrix_12.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_13.cc b/tests/full_matrix/full_matrix_13.cc index 24d633ea7b..c8d4118b53 100644 --- a/tests/full_matrix/full_matrix_13.cc +++ b/tests/full_matrix/full_matrix_13.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_14.cc b/tests/full_matrix/full_matrix_14.cc index 5a3edcda0b..d7ef556d33 100644 --- a/tests/full_matrix/full_matrix_14.cc +++ b/tests/full_matrix/full_matrix_14.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_15.cc b/tests/full_matrix/full_matrix_15.cc index 1984c208c2..0f3dc2f9ec 100644 --- a/tests/full_matrix/full_matrix_15.cc +++ b/tests/full_matrix/full_matrix_15.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_16.cc b/tests/full_matrix/full_matrix_16.cc index ac04ff9d1c..8757092877 100644 --- a/tests/full_matrix/full_matrix_16.cc +++ b/tests/full_matrix/full_matrix_16.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_17.cc b/tests/full_matrix/full_matrix_17.cc index ee817b55fd..c96197c32d 100644 --- a/tests/full_matrix/full_matrix_17.cc +++ b/tests/full_matrix/full_matrix_17.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_18.cc b/tests/full_matrix/full_matrix_18.cc index a9d56b2185..55ae39adfd 100644 --- a/tests/full_matrix/full_matrix_18.cc +++ b/tests/full_matrix/full_matrix_18.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_19.cc b/tests/full_matrix/full_matrix_19.cc index f7f993a4de..6c6518ddf5 100644 --- a/tests/full_matrix/full_matrix_19.cc +++ b/tests/full_matrix/full_matrix_19.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_20.cc b/tests/full_matrix/full_matrix_20.cc index 4ab65ee1dc..84bb3a893e 100644 --- a/tests/full_matrix/full_matrix_20.cc +++ b/tests/full_matrix/full_matrix_20.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_21.cc b/tests/full_matrix/full_matrix_21.cc index 518636331e..c8ef05c3d4 100644 --- a/tests/full_matrix/full_matrix_21.cc +++ b/tests/full_matrix/full_matrix_21.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_22.cc b/tests/full_matrix/full_matrix_22.cc index f19996459a..cfc014e883 100644 --- a/tests/full_matrix/full_matrix_22.cc +++ b/tests/full_matrix/full_matrix_22.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_23.cc b/tests/full_matrix/full_matrix_23.cc index 9341bee09f..1cc337de71 100644 --- a/tests/full_matrix/full_matrix_23.cc +++ b/tests/full_matrix/full_matrix_23.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_24.cc b/tests/full_matrix/full_matrix_24.cc index 54f90bb504..a63c3a0189 100644 --- a/tests/full_matrix/full_matrix_24.cc +++ b/tests/full_matrix/full_matrix_24.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_25.cc b/tests/full_matrix/full_matrix_25.cc index bc4ca4b00d..742e8eec60 100644 --- a/tests/full_matrix/full_matrix_25.cc +++ b/tests/full_matrix/full_matrix_25.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_26.cc b/tests/full_matrix/full_matrix_26.cc index 3c41f34c32..237a06caab 100644 --- a/tests/full_matrix/full_matrix_26.cc +++ b/tests/full_matrix/full_matrix_26.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_27.cc b/tests/full_matrix/full_matrix_27.cc index 1e2ed2d2b0..a7f6db6d3f 100644 --- a/tests/full_matrix/full_matrix_27.cc +++ b/tests/full_matrix/full_matrix_27.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_28.cc b/tests/full_matrix/full_matrix_28.cc index 84a825dc86..61ce432c7c 100644 --- a/tests/full_matrix/full_matrix_28.cc +++ b/tests/full_matrix/full_matrix_28.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_29.cc b/tests/full_matrix/full_matrix_29.cc index 33cfd3b9fa..7309c48d8c 100644 --- a/tests/full_matrix/full_matrix_29.cc +++ b/tests/full_matrix/full_matrix_29.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_30.cc b/tests/full_matrix/full_matrix_30.cc index 110c2822d4..b53fa2922e 100644 --- a/tests/full_matrix/full_matrix_30.cc +++ b/tests/full_matrix/full_matrix_30.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_31.cc b/tests/full_matrix/full_matrix_31.cc index f37261d204..a63b416253 100644 --- a/tests/full_matrix/full_matrix_31.cc +++ b/tests/full_matrix/full_matrix_31.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_32.cc b/tests/full_matrix/full_matrix_32.cc index 4bf6b5a069..cfeaca6f1d 100644 --- a/tests/full_matrix/full_matrix_32.cc +++ b/tests/full_matrix/full_matrix_32.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_33.cc b/tests/full_matrix/full_matrix_33.cc index c91c8044df..8fb55f0f17 100644 --- a/tests/full_matrix/full_matrix_33.cc +++ b/tests/full_matrix/full_matrix_33.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_34.cc b/tests/full_matrix/full_matrix_34.cc index 084cb0bfe9..04900cff21 100644 --- a/tests/full_matrix/full_matrix_34.cc +++ b/tests/full_matrix/full_matrix_34.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_36.cc b/tests/full_matrix/full_matrix_36.cc index 6b627e5874..7b46549057 100644 --- a/tests/full_matrix/full_matrix_36.cc +++ b/tests/full_matrix/full_matrix_36.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_37.cc b/tests/full_matrix/full_matrix_37.cc index f97e0f1691..0ab5cdd706 100644 --- a/tests/full_matrix/full_matrix_37.cc +++ b/tests/full_matrix/full_matrix_37.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_38.cc b/tests/full_matrix/full_matrix_38.cc index 03db13b9c1..d703fdc461 100644 --- a/tests/full_matrix/full_matrix_38.cc +++ b/tests/full_matrix/full_matrix_38.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_39.cc b/tests/full_matrix/full_matrix_39.cc index e081ba43b9..9d41c6f7fa 100644 --- a/tests/full_matrix/full_matrix_39.cc +++ b/tests/full_matrix/full_matrix_39.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_40.cc b/tests/full_matrix/full_matrix_40.cc index 288e7a654d..5b88635296 100644 --- a/tests/full_matrix/full_matrix_40.cc +++ b/tests/full_matrix/full_matrix_40.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_41.cc b/tests/full_matrix/full_matrix_41.cc index 5b8d470856..bf57f6d508 100644 --- a/tests/full_matrix/full_matrix_41.cc +++ b/tests/full_matrix/full_matrix_41.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_42.cc b/tests/full_matrix/full_matrix_42.cc index dfe7ab0eab..2111727f9c 100644 --- a/tests/full_matrix/full_matrix_42.cc +++ b/tests/full_matrix/full_matrix_42.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_43.cc b/tests/full_matrix/full_matrix_43.cc index 65dad66d6a..d4830e51d8 100644 --- a/tests/full_matrix/full_matrix_43.cc +++ b/tests/full_matrix/full_matrix_43.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_44.cc b/tests/full_matrix/full_matrix_44.cc index 6b1c053db8..9dc51140a2 100644 --- a/tests/full_matrix/full_matrix_44.cc +++ b/tests/full_matrix/full_matrix_44.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_45.cc b/tests/full_matrix/full_matrix_45.cc index da9befa68c..2a8fe9bb52 100644 --- a/tests/full_matrix/full_matrix_45.cc +++ b/tests/full_matrix/full_matrix_45.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_46.cc b/tests/full_matrix/full_matrix_46.cc index 573e1fda79..7d7380ebd9 100644 --- a/tests/full_matrix/full_matrix_46.cc +++ b/tests/full_matrix/full_matrix_46.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_47.cc b/tests/full_matrix/full_matrix_47.cc index ecd56bebb6..dc66e89004 100644 --- a/tests/full_matrix/full_matrix_47.cc +++ b/tests/full_matrix/full_matrix_47.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_48.cc b/tests/full_matrix/full_matrix_48.cc index 104472ac79..41e32963f7 100644 --- a/tests/full_matrix/full_matrix_48.cc +++ b/tests/full_matrix/full_matrix_48.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_49.cc b/tests/full_matrix/full_matrix_49.cc index 41c0c23f75..7ccc3019c7 100644 --- a/tests/full_matrix/full_matrix_49.cc +++ b/tests/full_matrix/full_matrix_49.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_50.cc b/tests/full_matrix/full_matrix_50.cc index 4ef4702a47..2f638dfa46 100644 --- a/tests/full_matrix/full_matrix_50.cc +++ b/tests/full_matrix/full_matrix_50.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_51.cc b/tests/full_matrix/full_matrix_51.cc index 324a4a4c31..2b80727a2d 100644 --- a/tests/full_matrix/full_matrix_51.cc +++ b/tests/full_matrix/full_matrix_51.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_52.cc b/tests/full_matrix/full_matrix_52.cc index 6eb1bc03b4..675d30cd2c 100644 --- a/tests/full_matrix/full_matrix_52.cc +++ b/tests/full_matrix/full_matrix_52.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_53.cc b/tests/full_matrix/full_matrix_53.cc index b0abcbaf7c..6b87a32209 100644 --- a/tests/full_matrix/full_matrix_53.cc +++ b/tests/full_matrix/full_matrix_53.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template void diff --git a/tests/full_matrix/full_matrix_54.cc b/tests/full_matrix/full_matrix_54.cc index d22d6425a1..cd9e0fb33f 100644 --- a/tests/full_matrix/full_matrix_54.cc +++ b/tests/full_matrix/full_matrix_54.cc @@ -23,7 +23,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_55.cc b/tests/full_matrix/full_matrix_55.cc index 2002e678fd..cfbcfb5614 100644 --- a/tests/full_matrix/full_matrix_55.cc +++ b/tests/full_matrix/full_matrix_55.cc @@ -23,7 +23,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_56.cc b/tests/full_matrix/full_matrix_56.cc index 3c0560674a..6f2297be44 100644 --- a/tests/full_matrix/full_matrix_56.cc +++ b/tests/full_matrix/full_matrix_56.cc @@ -21,7 +21,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; const double entries2[4] = { 0.814723686393179 , 0.516389376684563, 0.516389376684563, 0.913375856139019 diff --git a/tests/full_matrix/full_matrix_57.cc b/tests/full_matrix/full_matrix_57.cc index 05566cf9bb..40280184e8 100644 --- a/tests/full_matrix/full_matrix_57.cc +++ b/tests/full_matrix/full_matrix_57.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; const double ints[9] = { 0, -1., 1., -2., 2., -3., 3., -4., 4.}; diff --git a/tests/full_matrix/full_matrix_59.cc b/tests/full_matrix/full_matrix_59.cc index aa1824d69f..9ca9fce213 100644 --- a/tests/full_matrix/full_matrix_59.cc +++ b/tests/full_matrix/full_matrix_59.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_60.cc b/tests/full_matrix/full_matrix_60.cc index 7bf072ba62..e057b8d035 100644 --- a/tests/full_matrix/full_matrix_60.cc +++ b/tests/full_matrix/full_matrix_60.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_61.cc b/tests/full_matrix/full_matrix_61.cc index 1f3a387ea8..92371b8bd7 100644 --- a/tests/full_matrix/full_matrix_61.cc +++ b/tests/full_matrix/full_matrix_61.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_62.cc b/tests/full_matrix/full_matrix_62.cc index 283151277a..a74d70c3b6 100644 --- a/tests/full_matrix/full_matrix_62.cc +++ b/tests/full_matrix/full_matrix_62.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_63.cc b/tests/full_matrix/full_matrix_63.cc index 2c1fb24d39..84f9c421cb 100644 --- a/tests/full_matrix/full_matrix_63.cc +++ b/tests/full_matrix/full_matrix_63.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_64.cc b/tests/full_matrix/full_matrix_64.cc index b1fa35fe8f..a24f16d4e1 100644 --- a/tests/full_matrix/full_matrix_64.cc +++ b/tests/full_matrix/full_matrix_64.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_65.cc b/tests/full_matrix/full_matrix_65.cc index 93f5be164c..41a2091904 100644 --- a/tests/full_matrix/full_matrix_65.cc +++ b/tests/full_matrix/full_matrix_65.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_66.cc b/tests/full_matrix/full_matrix_66.cc index 71219594d4..4a84c2b33f 100644 --- a/tests/full_matrix/full_matrix_66.cc +++ b/tests/full_matrix/full_matrix_66.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_67.cc b/tests/full_matrix/full_matrix_67.cc index 392911142b..9eb9ee93cf 100644 --- a/tests/full_matrix/full_matrix_67.cc +++ b/tests/full_matrix/full_matrix_67.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_68.cc b/tests/full_matrix/full_matrix_68.cc index 0c7ffee6bf..f893b1c6f2 100644 --- a/tests/full_matrix/full_matrix_68.cc +++ b/tests/full_matrix/full_matrix_68.cc @@ -22,7 +22,6 @@ #include "full_matrix_common.h" -std::string output_file_name = "output"; template diff --git a/tests/full_matrix/full_matrix_common.h b/tests/full_matrix/full_matrix_common.h index 3c343552ba..b0d3df1da7 100644 --- a/tests/full_matrix/full_matrix_common.h +++ b/tests/full_matrix/full_matrix_common.h @@ -34,9 +34,6 @@ template void check (); -// forward declaration of a variable with the name of the output file -extern std::string output_file_name; - template @@ -155,7 +152,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/hp/count_dofs_per_block_01.cc b/tests/hp/count_dofs_per_block_01.cc index 4c38180270..43a318669b 100644 --- a/tests/hp/count_dofs_per_block_01.cc +++ b/tests/hp/count_dofs_per_block_01.cc @@ -39,7 +39,6 @@ #include -std::string output_file_name = "output"; @@ -144,7 +143,7 @@ check () int main() { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/hp/count_dofs_per_block_02.cc b/tests/hp/count_dofs_per_block_02.cc index c63ec9c8be..fc6a07231a 100644 --- a/tests/hp/count_dofs_per_block_02.cc +++ b/tests/hp/count_dofs_per_block_02.cc @@ -39,7 +39,6 @@ #include -std::string output_file_name = "output"; @@ -144,7 +143,7 @@ check () int main() { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/mpi/data_out_hdf5_01.cc b/tests/mpi/data_out_hdf5_01.cc index 6627e491bf..c677a1ffcd 100644 --- a/tests/mpi/data_out_hdf5_01.cc +++ b/tests/mpi/data_out_hdf5_01.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_01.cc b/tests/numerics/data_out_01.cc index 5f82aa14e4..0d7b411fd9 100644 --- a/tests/numerics/data_out_01.cc +++ b/tests/numerics/data_out_01.cc @@ -20,7 +20,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_02.cc b/tests/numerics/data_out_02.cc index 0c7267926f..c1fd3841cb 100644 --- a/tests/numerics/data_out_02.cc +++ b/tests/numerics/data_out_02.cc @@ -23,7 +23,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_03.cc b/tests/numerics/data_out_03.cc index 276f8ee6ff..bbcbd70cf9 100644 --- a/tests/numerics/data_out_03.cc +++ b/tests/numerics/data_out_03.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_04.cc b/tests/numerics/data_out_04.cc index 3e52ab849e..833ac55161 100644 --- a/tests/numerics/data_out_04.cc +++ b/tests/numerics/data_out_04.cc @@ -27,7 +27,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_05.cc b/tests/numerics/data_out_05.cc index 5b97e001f0..37e7851f19 100644 --- a/tests/numerics/data_out_05.cc +++ b/tests/numerics/data_out_05.cc @@ -29,7 +29,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_06.cc b/tests/numerics/data_out_06.cc index 2ab84812e5..56730096ac 100644 --- a/tests/numerics/data_out_06.cc +++ b/tests/numerics/data_out_06.cc @@ -22,7 +22,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_07.cc b/tests/numerics/data_out_07.cc index 586050b36d..357effee8f 100644 --- a/tests/numerics/data_out_07.cc +++ b/tests/numerics/data_out_07.cc @@ -22,7 +22,6 @@ #include -std::string output_file_name = "output"; template diff --git a/tests/numerics/data_out_08.cc b/tests/numerics/data_out_08.cc index 8500845d0f..8b9951bde4 100644 --- a/tests/numerics/data_out_08.cc +++ b/tests/numerics/data_out_08.cc @@ -39,7 +39,6 @@ #include #include -std::string output_file_name = "output"; template class FilteredDataOut : public DataOut @@ -123,7 +122,7 @@ check () int main(int argc, char **argv) { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_common.h b/tests/numerics/data_out_common.h index 0eecba3249..56a9ea2d63 100644 --- a/tests/numerics/data_out_common.h +++ b/tests/numerics/data_out_common.h @@ -46,8 +46,6 @@ check_this (const DoFHandler &dof_handler, const Vector &v_node, const Vector &v_cell); -// forward declaration of a variable with the name of the output file -extern std::string output_file_name; // take a vector, and make a block vector out of it @@ -117,7 +115,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_faces_01.cc b/tests/numerics/data_out_faces_01.cc index b3b2d5d64d..1eb4a45c70 100644 --- a/tests/numerics/data_out_faces_01.cc +++ b/tests/numerics/data_out_faces_01.cc @@ -20,7 +20,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_faces_02.cc b/tests/numerics/data_out_faces_02.cc index 726993cbe8..0d08e349d0 100644 --- a/tests/numerics/data_out_faces_02.cc +++ b/tests/numerics/data_out_faces_02.cc @@ -22,7 +22,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_faces_03.cc b/tests/numerics/data_out_faces_03.cc index 97c9a3b890..640dd77087 100644 --- a/tests/numerics/data_out_faces_03.cc +++ b/tests/numerics/data_out_faces_03.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_faces_04.cc b/tests/numerics/data_out_faces_04.cc index d3b4f53286..74d0c86cd5 100644 --- a/tests/numerics/data_out_faces_04.cc +++ b/tests/numerics/data_out_faces_04.cc @@ -27,7 +27,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_faces_05.cc b/tests/numerics/data_out_faces_05.cc index ed3ad763cd..12dc931fad 100644 --- a/tests/numerics/data_out_faces_05.cc +++ b/tests/numerics/data_out_faces_05.cc @@ -22,7 +22,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_multi_dh_01.cc b/tests/numerics/data_out_multi_dh_01.cc index 83545cd1a7..0a8f605b1f 100644 --- a/tests/numerics/data_out_multi_dh_01.cc +++ b/tests/numerics/data_out_multi_dh_01.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; template @@ -63,7 +62,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_multi_dh_02.cc b/tests/numerics/data_out_multi_dh_02.cc index a195f8143f..bf84df90d8 100644 --- a/tests/numerics/data_out_multi_dh_02.cc +++ b/tests/numerics/data_out_multi_dh_02.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; template @@ -60,7 +59,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_multi_dh_03.cc b/tests/numerics/data_out_multi_dh_03.cc index 52c5dd706e..15140d3eee 100644 --- a/tests/numerics/data_out_multi_dh_03.cc +++ b/tests/numerics/data_out_multi_dh_03.cc @@ -25,7 +25,6 @@ #include -std::string output_file_name = "output"; template @@ -67,7 +66,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_multi_dh_04.cc b/tests/numerics/data_out_multi_dh_04.cc index d7365476c4..5a907300c4 100644 --- a/tests/numerics/data_out_multi_dh_04.cc +++ b/tests/numerics/data_out_multi_dh_04.cc @@ -25,7 +25,6 @@ #include -std::string output_file_name = "output"; template @@ -64,7 +63,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_multi_dh_05.cc b/tests/numerics/data_out_multi_dh_05.cc index 33925ec0ae..5c4d64d53c 100644 --- a/tests/numerics/data_out_multi_dh_05.cc +++ b/tests/numerics/data_out_multi_dh_05.cc @@ -26,7 +26,6 @@ #include -std::string output_file_name = "output"; template @@ -73,7 +72,7 @@ main() { try { - std::ofstream logfile(output_file_name.c_str()); + std::ofstream logfile("output"); deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); diff --git a/tests/numerics/data_out_rotation_01.cc b/tests/numerics/data_out_rotation_01.cc index eb2a8deeba..ce7bc10e1d 100644 --- a/tests/numerics/data_out_rotation_01.cc +++ b/tests/numerics/data_out_rotation_01.cc @@ -20,7 +20,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_rotation_02.cc b/tests/numerics/data_out_rotation_02.cc index ff8b48ec43..79edd1ce80 100644 --- a/tests/numerics/data_out_rotation_02.cc +++ b/tests/numerics/data_out_rotation_02.cc @@ -23,7 +23,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_rotation_03.cc b/tests/numerics/data_out_rotation_03.cc index 5436c999f0..1ab2564391 100644 --- a/tests/numerics/data_out_rotation_03.cc +++ b/tests/numerics/data_out_rotation_03.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_rotation_04.cc b/tests/numerics/data_out_rotation_04.cc index 94a50acff7..ff9237cc05 100644 --- a/tests/numerics/data_out_rotation_04.cc +++ b/tests/numerics/data_out_rotation_04.cc @@ -27,7 +27,6 @@ #include -std::string output_file_name = "output"; // have a class that makes sure we can get at the patches and data set diff --git a/tests/numerics/data_out_rotation_05.cc b/tests/numerics/data_out_rotation_05.cc index 8b13fc3b39..035aa6a163 100644 --- a/tests/numerics/data_out_rotation_05.cc +++ b/tests/numerics/data_out_rotation_05.cc @@ -22,7 +22,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_stack_01.cc b/tests/numerics/data_out_stack_01.cc index b4f47387ea..4aa8df2d49 100644 --- a/tests/numerics/data_out_stack_01.cc +++ b/tests/numerics/data_out_stack_01.cc @@ -20,7 +20,6 @@ #include -std::string output_file_name = "output"; diff --git a/tests/numerics/data_out_stack_02.cc b/tests/numerics/data_out_stack_02.cc index 3aeb469f8a..ccc8e7df68 100644 --- a/tests/numerics/data_out_stack_02.cc +++ b/tests/numerics/data_out_stack_02.cc @@ -24,7 +24,6 @@ #include -std::string output_file_name = "output"; template