From: Wolfgang Bangerth Date: Fri, 26 Feb 2010 05:54:32 +0000 (+0000) Subject: Fix output file. X-Git-Tag: v8.0.0~6396 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ae50b5382b1e6d7285d222ce9e6d5175f186e5;p=dealii.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);