From 531fe4d6de8dc550c02fa9927b676e0a631eeb29 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 16 Jan 2013 16:23:01 +0000 Subject: [PATCH] fix wrong output file in test git-svn-id: https://svn.dealii.org/trunk@28074 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/injection_q_dg0.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/injection_q_dg0.cc b/tests/fe/injection_q_dg0.cc index 82b9757f57..4d453ac417 100644 --- a/tests/fe/injection_q_dg0.cc +++ b/tests/fe/injection_q_dg0.cc @@ -12,7 +12,7 @@ //---------------------------- injection_dgq.cc --------------------------- -char logname[] = "injection_dgq/output"; +char logname[] = "injection_q_dg0/output"; #include "injection_common.h" -- 2.39.5