From: bangerth Date: Fri, 25 May 2007 14:46:13 +0000 (+0000) Subject: Fix file name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38e6873c629164a315129fe0ed144236386fb1c;p=dealii-svn.git Fix file name. git-svn-id: https://svn.dealii.org/trunk@14707 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/crash_18.cc b/tests/hp/crash_18.cc index 088aad4daf..7d07ef02f3 100644 --- a/tests/hp/crash_18.cc +++ b/tests/hp/crash_18.cc @@ -17,7 +17,7 @@ // we have dofs that are constrained against itself, and we don't // currently detect this... -char logname[] = "hp-crash_18/output"; +char logname[] = "crash_18/output"; #include "../tests.h"