From: bangerth Date: Fri, 26 Feb 2010 05:54:32 +0000 (+0000) Subject: Fix output file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878c34106f93d6f2059bea277d800b6c3295e54f;p=dealii-svn.git Fix output file. git-svn-id: https://svn.dealii.org/trunk@20701 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);