From 918106ae0b17f6d1da00826d50c68d1023fd1d30 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 15 Feb 2007 21:32:54 +0000 Subject: [PATCH] rename testcase, since grid_generator_04 has already been added git-svn-id: https://svn.dealii.org/trunk@14486 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fail/grid_generator_04.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fail/grid_generator_04.cc b/tests/fail/grid_generator_04.cc index dd657c7ec0..6cca8adcac 100644 --- a/tests/fail/grid_generator_04.cc +++ b/tests/fail/grid_generator_04.cc @@ -1,8 +1,8 @@ //--------------------------------------------------------------------------- -// $Id: grid_generator_02.cc 14204 2006-11-17 03:49:08Z bangerth $ +// $Id: grid_generator_05.cc 14204 2006-11-17 03:49:08Z bangerth $ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -96,7 +96,7 @@ void test(std::ostream& out) int main() { - std::ofstream logfile("grid_generator_04/output"); + std::ofstream logfile("grid_generator_05/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); -- 2.39.5