From a38e6873c629164a315129fe0ed144236386fb1c Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 25 May 2007 14:46:13 +0000 Subject: [PATCH] Fix file name. git-svn-id: https://svn.dealii.org/trunk@14707 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/crash_18.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5