From d07c56c81554ec038c798a96673f36cd50edb402 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 27 Jun 2012 21:38:35 +0000 Subject: [PATCH] Correct output directory. git-svn-id: https://svn.dealii.org/trunk@25653 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/mapping_real_to_unit_q4_sphere_z.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/mapping_real_to_unit_q4_sphere_z.cc b/tests/fe/mapping_real_to_unit_q4_sphere_z.cc index 11448a6179..1f1f8e40bf 100644 --- a/tests/fe/mapping_real_to_unit_q4_sphere_z.cc +++ b/tests/fe/mapping_real_to_unit_q4_sphere_z.cc @@ -79,7 +79,7 @@ void test_real_to_unit_cell() int main() { - std::ofstream logfile ("mapping_real_to_unit_q4_sphere_a/output"); + std::ofstream logfile ("mapping_real_to_unit_q4_sphere_z/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); -- 2.39.5