From: Wolfgang Bangerth Date: Mon, 25 Oct 2010 00:29:57 +0000 (+0000) Subject: Adjust output file name. X-Git-Tag: v8.0.0~5187 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf326787f6736fd4d42c5f0605fb0acef679dce1;p=dealii.git Adjust output file name. git-svn-id: https://svn.dealii.org/trunk@22470 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/distributed_grids/anisotropic.cc b/tests/distributed_grids/anisotropic.cc index d302be359a..3ce12bda10 100644 --- a/tests/distributed_grids/anisotropic.cc +++ b/tests/distributed_grids/anisotropic.cc @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) (void)argv; #endif - std::ofstream logfile("2d_refinement_01/output"); + std::ofstream logfile("anisotropic/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);