From: Wolfgang Bangerth Date: Sun, 19 Feb 2006 22:47:46 +0000 (+0000) Subject: Fix file name. X-Git-Tag: v8.0.0~12260 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e35f672e9090a5eb885e72a03823e51c97f983;p=dealii.git Fix file name. git-svn-id: https://svn.dealii.org/trunk@12422 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);