From 54ae50b5382b1e6d7285d222ce9e6d5175f186e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Feb 2010 05:54:32 +0000 Subject: [PATCH] Fix output file. git-svn-id: https://svn.dealii.org/trunk@20701 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/a-framework/compile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/a-framework/compile.cc b/tests/a-framework/compile.cc index b1c039c1d9..ab1e65162c 100644 --- a/tests/a-framework/compile.cc +++ b/tests/a-framework/compile.cc @@ -23,7 +23,7 @@ int main () { - std::ofstream logfile("run/output"); + std::ofstream logfile("compile/output"); deallog.attach(logfile); deallog.depth_console(0); -- 2.39.5