From d8a4aa02e5974b77d55c342b26baedad70c79006 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 25 Oct 2010 00:29:57 +0000 Subject: [PATCH] Adjust output file name. git-svn-id: https://svn.dealii.org/trunk@22470 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/distributed_grids/anisotropic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5