From 28e35f672e9090a5eb885e72a03823e51c97f983 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 19 Feb 2006 22:47:46 +0000 Subject: [PATCH] Fix file name. git-svn-id: https://svn.dealii.org/trunk@12422 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/crash_03.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/hp/crash_03.cc b/tests/hp/crash_03.cc index c517002c6c..1c70e378c4 100644 --- a/tests/hp/crash_03.cc +++ b/tests/hp/crash_03.cc @@ -1,4 +1,4 @@ -//---------------------------- crash_02.cc --------------------------- +//---------------------------- crash_03.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- crash_02.cc --------------------------- +//---------------------------- crash_03.cc --------------------------- // trigger an error in hp::DoFHandler::create_active_fe_table @@ -56,7 +56,7 @@ void test () int main () { - std::ofstream logfile("crash_02/output"); + std::ofstream logfile("crash_03/output"); logfile.precision(2); deallog.attach(logfile); -- 2.39.5