From 96ec713f525eaf028d81e53df15e6ef67559f4a1 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 6 Jul 2012 07:58:44 +0000 Subject: [PATCH] Use proper output file. git-svn-id: https://svn.dealii.org/trunk@25689 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_field_function_03_vector.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bits/fe_field_function_03_vector.cc b/tests/bits/fe_field_function_03_vector.cc index 644c6c7e0d..108cab104a 100644 --- a/tests/bits/fe_field_function_03_vector.cc +++ b/tests/bits/fe_field_function_03_vector.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2011 by the deal.II authors +// Copyright (C) 2005, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -75,7 +75,7 @@ void test() { int main () { - std::ofstream logfile("fe_field_function_03/output"); + std::ofstream logfile("fe_field_function_03_vector/output"); deallog.attach(logfile); deallog.depth_console(0); -- 2.39.5