From: Wolfgang Bangerth Date: Wed, 8 Sep 2010 14:55:43 +0000 (+0000) Subject: Move one more file. X-Git-Tag: v8.0.0~5571 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c54e3495d6a7ec7765213e41b1921994e6bc9ff;p=dealii.git Move one more file. git-svn-id: https://svn.dealii.org/trunk@21883 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/parameter_handler_2.cc b/tests/bits/parameter_handler_2.cc index 525e3cc523..f7fb506817 100644 --- a/tests/bits/parameter_handler_2.cc +++ b/tests/bits/parameter_handler_2.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2004, 2005 by the deal.II authors and Brent Bayley +// Copyright (C) 2003, 2004, 2005, 2010 by the deal.II authors and Brent Bayley // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -35,7 +35,7 @@ int main () Patterns::List(Patterns::Selection("a|b|c|d|e|f|g|h"))); prm.leave_subsection (); - prm.read_input("parameter_handler_2/prm1"); + prm.read_input("parameter_handler_2/prm"); std::string list; prm.enter_subsection ("Testing"); diff --git a/tests/bits/parameter_handler_2.prm1 b/tests/bits/parameter_handler_2/prm similarity index 100% rename from tests/bits/parameter_handler_2.prm1 rename to tests/bits/parameter_handler_2/prm