From: bangerth Date: Mon, 5 Nov 2007 03:55:55 +0000 (+0000) Subject: Rename complex-vector* to complex_vector* to stay consistent with our usual naming... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9b0905ab5bbab04fb48ab46209700a5e11ed2b;p=dealii-svn.git Rename complex-vector* to complex_vector* to stay consistent with our usual naming conventions. git-svn-id: https://svn.dealii.org/trunk@15445 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/Makefile b/tests/bits/Makefile index 8bee45bc68..aa7f576cc1 100644 --- a/tests/bits/Makefile +++ b/tests/bits/Makefile @@ -64,7 +64,7 @@ tests_x = grid_generator_?? \ solver_* \ deal_solver_* \ vector_* \ - complex-vector_* \ + complex_vector_* \ subdomain_ids_* \ dof_constraints_* \ apply_boundary_values_* \ diff --git a/tests/bits/complex-vector_11.cc b/tests/bits/complex_vector_11.cc similarity index 88% rename from tests/bits/complex-vector_11.cc rename to tests/bits/complex_vector_11.cc index 1012df683d..99e29aec6f 100644 --- a/tests/bits/complex-vector_11.cc +++ b/tests/bits/complex_vector_11.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_11.cc --------------------------- +//---------------------------- complex_vector_11.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_11.cc --------------------------- +//---------------------------- complex_vector_11.cc --------------------------- // check Vector >::size() @@ -37,7 +37,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_11/output"); + std::ofstream logfile("complex_vector_11/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_12.cc b/tests/bits/complex_vector_12.cc similarity index 91% rename from tests/bits/complex-vector_12.cc rename to tests/bits/complex_vector_12.cc index 91a50b67b3..516358174a 100644 --- a/tests/bits/complex-vector_12.cc +++ b/tests/bits/complex_vector_12.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_12.cc --------------------------- +//---------------------------- complex_vector_12.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_12.cc --------------------------- +//---------------------------- complex_vector_12.cc --------------------------- // check Vector >::operator() in set-mode @@ -50,7 +50,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_12/output"); + std::ofstream logfile("complex_vector_12/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_13.cc b/tests/bits/complex_vector_13.cc similarity index 91% rename from tests/bits/complex-vector_13.cc rename to tests/bits/complex_vector_13.cc index 74bb60e9eb..d014ff193e 100644 --- a/tests/bits/complex-vector_13.cc +++ b/tests/bits/complex_vector_13.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_13.cc --------------------------- +//---------------------------- complex_vector_13.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_13.cc --------------------------- +//---------------------------- complex_vector_13.cc --------------------------- // check Vector >::operator() in add-mode @@ -50,7 +50,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_13/output"); + std::ofstream logfile("complex_vector_13/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_14.cc b/tests/bits/complex_vector_14.cc similarity index 91% rename from tests/bits/complex-vector_14.cc rename to tests/bits/complex_vector_14.cc index 6c7eb4cb61..82eafe7bd6 100644 --- a/tests/bits/complex-vector_14.cc +++ b/tests/bits/complex_vector_14.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_14.cc --------------------------- +//---------------------------- complex_vector_14.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_14.cc --------------------------- +//---------------------------- complex_vector_14.cc --------------------------- // check Vector >::operator() in set/add-mode alternatingly @@ -56,7 +56,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_14/output"); + std::ofstream logfile("complex_vector_14/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_15.cc b/tests/bits/complex_vector_15.cc similarity index 91% rename from tests/bits/complex-vector_15.cc rename to tests/bits/complex_vector_15.cc index 5de8f96638..be01846db3 100644 --- a/tests/bits/complex-vector_15.cc +++ b/tests/bits/complex_vector_15.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_15.cc --------------------------- +//---------------------------- complex_vector_15.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_15.cc --------------------------- +//---------------------------- complex_vector_15.cc --------------------------- // check Vector >::operator() in set/add-mode alternatingly, but @@ -53,7 +53,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_15/output"); + std::ofstream logfile("complex_vector_15/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_16.cc b/tests/bits/complex_vector_16.cc similarity index 91% rename from tests/bits/complex-vector_16.cc rename to tests/bits/complex_vector_16.cc index b1e1b594f1..02e5c3ac3a 100644 --- a/tests/bits/complex-vector_16.cc +++ b/tests/bits/complex_vector_16.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_16.cc --------------------------- +//---------------------------- complex_vector_16.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_16.cc --------------------------- +//---------------------------- complex_vector_16.cc --------------------------- // check Vector >::operator() in set/add-mode alternatingly, but @@ -55,7 +55,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_16/output"); + std::ofstream logfile("complex_vector_16/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_17.cc b/tests/bits/complex_vector_17.cc similarity index 89% rename from tests/bits/complex-vector_17.cc rename to tests/bits/complex_vector_17.cc index 4d96b21aff..81aba9a6d8 100644 --- a/tests/bits/complex-vector_17.cc +++ b/tests/bits/complex_vector_17.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_17.cc --------------------------- +//---------------------------- complex_vector_17.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_17.cc --------------------------- +//---------------------------- complex_vector_17.cc --------------------------- // check Vector >::l1_norm() @@ -42,7 +42,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_17/output"); + std::ofstream logfile("complex_vector_17/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_18.cc b/tests/bits/complex_vector_18.cc similarity index 87% rename from tests/bits/complex-vector_18.cc rename to tests/bits/complex_vector_18.cc index 30e3295526..b4a058573b 100644 --- a/tests/bits/complex-vector_18.cc +++ b/tests/bits/complex_vector_18.cc @@ -1,5 +1,5 @@ -//---------------------------- vector_18.cc --------------------------- -// vector_18.cc,v 1.4 2004/02/26 17:25:45 wolf Exp +//---------------------------- complex_vector_18.cc --------------------------- +// complex_vector_18.cc,v 1.4 2004/02/26 17:25:45 wolf Exp // Version: // // Copyright (C) 2004, 2005, 2007 by the deal.II authors @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_18.cc --------------------------- +//---------------------------- complex_vector_18.cc --------------------------- // check Vector >::l2_norm() @@ -43,7 +43,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_18/output"); + std::ofstream logfile("complex_vector_18/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_19.cc b/tests/bits/complex_vector_19.cc similarity index 89% rename from tests/bits/complex-vector_19.cc rename to tests/bits/complex_vector_19.cc index a054e8e547..784f7f0a44 100644 --- a/tests/bits/complex-vector_19.cc +++ b/tests/bits/complex_vector_19.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_19.cc --------------------------- +//---------------------------- complex_vector_19.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_19.cc --------------------------- +//---------------------------- complex_vector_19.cc --------------------------- // check Vector >::linfty_norm() @@ -43,7 +43,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_19/output"); + std::ofstream logfile("complex_vector_19/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_20.cc b/tests/bits/complex_vector_20.cc similarity index 91% rename from tests/bits/complex-vector_20.cc rename to tests/bits/complex_vector_20.cc index 821921e729..02cb88e187 100644 --- a/tests/bits/complex-vector_20.cc +++ b/tests/bits/complex_vector_20.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_20.cc --------------------------- +//---------------------------- complex_vector_20.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_20.cc --------------------------- +//---------------------------- complex_vector_20.cc --------------------------- // check Vector >::operator *= @@ -51,7 +51,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_20/output"); + std::ofstream logfile("complex_vector_20/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_21.cc b/tests/bits/complex_vector_21.cc similarity index 91% rename from tests/bits/complex-vector_21.cc rename to tests/bits/complex_vector_21.cc index 129dc06d80..340b76bea3 100644 --- a/tests/bits/complex-vector_21.cc +++ b/tests/bits/complex_vector_21.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_21.cc --------------------------- +//---------------------------- complex_vector_21.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_21.cc --------------------------- +//---------------------------- complex_vector_21.cc --------------------------- // check Vector >::operator /= @@ -51,7 +51,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_21/output"); + std::ofstream logfile("complex_vector_21/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_21_negative.cc b/tests/bits/complex_vector_21_negative.cc similarity index 90% rename from tests/bits/complex-vector_21_negative.cc rename to tests/bits/complex_vector_21_negative.cc index efa3e938ec..a4899431ad 100644 --- a/tests/bits/complex-vector_21_negative.cc +++ b/tests/bits/complex_vector_21_negative.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_21_negative.cc --------------------------- +//---------------------------- complex_vector_21_negative.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_21_negative.cc --------------------------- +//---------------------------- complex_vector_21_negative.cc --------------------------- // check Vector >::operator /=. the original check was that the factor @@ -53,7 +53,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_21_negative/output"); + std::ofstream logfile("complex_vector_21_negative/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_22.cc b/tests/bits/complex_vector_22.cc similarity index 90% rename from tests/bits/complex-vector_22.cc rename to tests/bits/complex_vector_22.cc index 67e3b2809c..de65791993 100644 --- a/tests/bits/complex-vector_22.cc +++ b/tests/bits/complex_vector_22.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_22.cc --------------------------- +//---------------------------- complex_vector_22.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_22.cc --------------------------- +//---------------------------- complex_vector_22.cc --------------------------- // check Vector >::operator*(Vector) on two vectors that are @@ -45,7 +45,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_22/output"); + std::ofstream logfile("complex_vector_22/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_23.cc b/tests/bits/complex_vector_23.cc similarity index 91% rename from tests/bits/complex-vector_23.cc rename to tests/bits/complex_vector_23.cc index e3b300dc82..4c28347b29 100644 --- a/tests/bits/complex-vector_23.cc +++ b/tests/bits/complex_vector_23.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_23.cc --------------------------- +//---------------------------- complex_vector_23.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_23.cc --------------------------- +//---------------------------- complex_vector_23.cc --------------------------- // check Vector >::operator*(Vector) on two vectors that are @@ -59,7 +59,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_23/output"); + std::ofstream logfile("complex_vector_23/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_24.cc b/tests/bits/complex_vector_24.cc similarity index 90% rename from tests/bits/complex-vector_24.cc rename to tests/bits/complex_vector_24.cc index fb1217c108..6b2cad6945 100644 --- a/tests/bits/complex-vector_24.cc +++ b/tests/bits/complex_vector_24.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_24.cc --------------------------- +//---------------------------- complex_vector_24.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_24.cc --------------------------- +//---------------------------- complex_vector_24.cc --------------------------- // this test used to check for Vector::clear(). However, this @@ -45,7 +45,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_24/output"); + std::ofstream logfile("complex_vector_24/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_25.cc b/tests/bits/complex_vector_25.cc similarity index 89% rename from tests/bits/complex-vector_25.cc rename to tests/bits/complex_vector_25.cc index d8f3b267b6..77709f7fde 100644 --- a/tests/bits/complex-vector_25.cc +++ b/tests/bits/complex_vector_25.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_25.cc --------------------------- +//---------------------------- complex_vector_25.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_25.cc --------------------------- +//---------------------------- complex_vector_25.cc --------------------------- // check Vector::operator = (Scalar) with setting to zero @@ -41,7 +41,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_25/output"); + std::ofstream logfile("complex_vector_25/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_26.cc b/tests/bits/complex_vector_26.cc similarity index 89% rename from tests/bits/complex-vector_26.cc rename to tests/bits/complex_vector_26.cc index 8d756fd1c5..ed5f84d947 100644 --- a/tests/bits/complex-vector_26.cc +++ b/tests/bits/complex_vector_26.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_26.cc --------------------------- +//---------------------------- complex_vector_26.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_26.cc --------------------------- +//---------------------------- complex_vector_26.cc --------------------------- // check Vector::operator = (scalar) with setting to a // nonzero value @@ -40,7 +40,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_26/output"); + std::ofstream logfile("complex_vector_26/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_27.cc b/tests/bits/complex_vector_27.cc similarity index 90% rename from tests/bits/complex-vector_27.cc rename to tests/bits/complex_vector_27.cc index e7ce00568f..ac5adce3b4 100644 --- a/tests/bits/complex-vector_27.cc +++ b/tests/bits/complex_vector_27.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_27.cc --------------------------- +//---------------------------- complex_vector_27.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_27.cc --------------------------- +//---------------------------- complex_vector_27.cc --------------------------- // check Vector >::operator = (Vector) @@ -47,7 +47,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_27/output"); + std::ofstream logfile("complex_vector_27/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_28.cc b/tests/bits/complex_vector_28.cc similarity index 91% rename from tests/bits/complex-vector_28.cc rename to tests/bits/complex_vector_28.cc index df900adfbb..2e618f2063 100644 --- a/tests/bits/complex-vector_28.cc +++ b/tests/bits/complex_vector_28.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_28.cc --------------------------- +//---------------------------- complex_vector_28.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_28.cc --------------------------- +//---------------------------- complex_vector_28.cc --------------------------- // check Vector >::operator = (Vector), except that we don't @@ -49,7 +49,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_28/output"); + std::ofstream logfile("complex_vector_28/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_29.cc b/tests/bits/complex_vector_29.cc similarity index 87% rename from tests/bits/complex-vector_29.cc rename to tests/bits/complex_vector_29.cc index 370e797823..67b62e2e96 100644 --- a/tests/bits/complex-vector_29.cc +++ b/tests/bits/complex_vector_29.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_29.cc --------------------------- +//---------------------------- complex_vector_29.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_29.cc --------------------------- +//---------------------------- complex_vector_29.cc --------------------------- // check Vector >::reinit(fast) @@ -34,7 +34,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_29/output"); + std::ofstream logfile("complex_vector_29/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_30.cc b/tests/bits/complex_vector_30.cc similarity index 89% rename from tests/bits/complex-vector_30.cc rename to tests/bits/complex_vector_30.cc index 7ef019f2e0..eb1a9c88c4 100644 --- a/tests/bits/complex-vector_30.cc +++ b/tests/bits/complex_vector_30.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_30.cc --------------------------- +//---------------------------- complex_vector_30.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_30.cc --------------------------- +//---------------------------- complex_vector_30.cc --------------------------- // check Vector >::reinit(!fast) @@ -42,7 +42,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_30/output"); + std::ofstream logfile("complex_vector_30/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_31.cc b/tests/bits/complex_vector_31.cc similarity index 89% rename from tests/bits/complex-vector_31.cc rename to tests/bits/complex_vector_31.cc index da7b436b26..bb7987f728 100644 --- a/tests/bits/complex-vector_31.cc +++ b/tests/bits/complex_vector_31.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_31.cc --------------------------- +//---------------------------- complex_vector_31.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_31.cc --------------------------- +//---------------------------- complex_vector_31.cc --------------------------- // check Vector >::l2_norm() @@ -44,7 +44,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_31/output"); + std::ofstream logfile("complex_vector_31/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_32.cc b/tests/bits/complex_vector_32.cc similarity index 89% rename from tests/bits/complex-vector_32.cc rename to tests/bits/complex_vector_32.cc index 0933157447..d124a81ca0 100644 --- a/tests/bits/complex-vector_32.cc +++ b/tests/bits/complex_vector_32.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_32.cc --------------------------- +//---------------------------- complex_vector_32.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_32.cc --------------------------- +//---------------------------- complex_vector_32.cc --------------------------- // check Vector >::mean_value() @@ -44,7 +44,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_32/output"); + std::ofstream logfile("complex_vector_32/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_33.cc b/tests/bits/complex_vector_33.cc similarity index 90% rename from tests/bits/complex-vector_33.cc rename to tests/bits/complex_vector_33.cc index 99011f6e8a..a081782a05 100644 --- a/tests/bits/complex-vector_33.cc +++ b/tests/bits/complex_vector_33.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_33.cc --------------------------- +//---------------------------- complex_vector_33.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_33.cc --------------------------- +//---------------------------- complex_vector_33.cc --------------------------- // check Vector >::lp_norm(3) @@ -45,7 +45,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_33/output"); + std::ofstream logfile("complex_vector_33/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_34.cc b/tests/bits/complex_vector_34.cc similarity index 89% rename from tests/bits/complex-vector_34.cc rename to tests/bits/complex_vector_34.cc index 7958e02f91..363ba441c9 100644 --- a/tests/bits/complex-vector_34.cc +++ b/tests/bits/complex_vector_34.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_34.cc --------------------------- +//---------------------------- complex_vector_34.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_34.cc --------------------------- +//---------------------------- complex_vector_34.cc --------------------------- // check Vector >::all_zero @@ -43,7 +43,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_34/output"); + std::ofstream logfile("complex_vector_34/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_35.cc b/tests/bits/complex_vector_35.cc similarity index 91% rename from tests/bits/complex-vector_35.cc rename to tests/bits/complex_vector_35.cc index c2dd0989c6..f728e45802 100644 --- a/tests/bits/complex-vector_35.cc +++ b/tests/bits/complex_vector_35.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_35.cc --------------------------- +//---------------------------- complex_vector_35.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_35.cc --------------------------- +//---------------------------- complex_vector_35.cc --------------------------- // check Vector >::operator+=(Vector) @@ -63,7 +63,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_35/output"); + std::ofstream logfile("complex_vector_35/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_36.cc b/tests/bits/complex_vector_36.cc similarity index 91% rename from tests/bits/complex-vector_36.cc rename to tests/bits/complex_vector_36.cc index 6ad65cf0e0..b79692d93e 100644 --- a/tests/bits/complex-vector_36.cc +++ b/tests/bits/complex_vector_36.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_36.cc --------------------------- +//---------------------------- complex_vector_36.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_36.cc --------------------------- +//---------------------------- complex_vector_36.cc --------------------------- // check Vector >::operator-=(Vector) @@ -63,7 +63,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_36/output"); + std::ofstream logfile("complex_vector_36/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_37.cc b/tests/bits/complex_vector_37.cc similarity index 89% rename from tests/bits/complex-vector_37.cc rename to tests/bits/complex_vector_37.cc index 208c7d5349..b25b63d09a 100644 --- a/tests/bits/complex-vector_37.cc +++ b/tests/bits/complex_vector_37.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_37.cc --------------------------- +//---------------------------- complex_vector_37.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_37.cc --------------------------- +//---------------------------- complex_vector_37.cc --------------------------- // check Vector >::add (scalar) @@ -42,7 +42,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_37/output"); + std::ofstream logfile("complex_vector_37/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_38.cc b/tests/bits/complex_vector_38.cc similarity index 90% rename from tests/bits/complex-vector_38.cc rename to tests/bits/complex_vector_38.cc index 30697cabd9..ec64ef1781 100644 --- a/tests/bits/complex-vector_38.cc +++ b/tests/bits/complex_vector_38.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_38.cc --------------------------- +//---------------------------- complex_vector_38.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_38.cc --------------------------- +//---------------------------- complex_vector_38.cc --------------------------- // check Vector >::add(Vector) @@ -51,7 +51,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_38/output"); + std::ofstream logfile("complex_vector_38/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_39.cc b/tests/bits/complex_vector_39.cc similarity index 90% rename from tests/bits/complex-vector_39.cc rename to tests/bits/complex_vector_39.cc index a9b3b6f356..7851d96ddb 100644 --- a/tests/bits/complex-vector_39.cc +++ b/tests/bits/complex_vector_39.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_39.cc --------------------------- +//---------------------------- complex_vector_39.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_39.cc --------------------------- +//---------------------------- complex_vector_39.cc --------------------------- // check Vector >::add(scalar, Vector) @@ -51,7 +51,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_39/output"); + std::ofstream logfile("complex_vector_39/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_40.cc b/tests/bits/complex_vector_40.cc similarity index 91% rename from tests/bits/complex-vector_40.cc rename to tests/bits/complex_vector_40.cc index 6fb0b3d68e..9429a75818 100644 --- a/tests/bits/complex-vector_40.cc +++ b/tests/bits/complex_vector_40.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_40.cc --------------------------- +//---------------------------- complex_vector_40.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_40.cc --------------------------- +//---------------------------- complex_vector_40.cc --------------------------- // check Vector >::add(s,V,s,V) @@ -54,7 +54,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_40/output"); + std::ofstream logfile("complex_vector_40/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_41.cc b/tests/bits/complex_vector_41.cc similarity index 90% rename from tests/bits/complex-vector_41.cc rename to tests/bits/complex_vector_41.cc index 15af5698ea..74ff8d99c4 100644 --- a/tests/bits/complex-vector_41.cc +++ b/tests/bits/complex_vector_41.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_41.cc --------------------------- +//---------------------------- complex_vector_41.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_41.cc --------------------------- +//---------------------------- complex_vector_41.cc --------------------------- // check Vector >::sadd(s, Vector) @@ -51,7 +51,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_41/output"); + std::ofstream logfile("complex_vector_41/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_42.cc b/tests/bits/complex_vector_42.cc similarity index 90% rename from tests/bits/complex-vector_42.cc rename to tests/bits/complex_vector_42.cc index 62c669596a..f9384d07e1 100644 --- a/tests/bits/complex-vector_42.cc +++ b/tests/bits/complex_vector_42.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_42.cc --------------------------- +//---------------------------- complex_vector_42.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_42.cc --------------------------- +//---------------------------- complex_vector_42.cc --------------------------- // check Vector >::sadd(scalar, scalar, Vector) @@ -51,7 +51,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_42/output"); + std::ofstream logfile("complex_vector_42/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_43.cc b/tests/bits/complex_vector_43.cc similarity index 91% rename from tests/bits/complex-vector_43.cc rename to tests/bits/complex_vector_43.cc index 1a281d59ff..4e4dfe6da9 100644 --- a/tests/bits/complex-vector_43.cc +++ b/tests/bits/complex_vector_43.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_43.cc --------------------------- +//---------------------------- complex_vector_43.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_43.cc --------------------------- +//---------------------------- complex_vector_43.cc --------------------------- // check Vector >::sadd(s,s,V,s,V) @@ -54,7 +54,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_43/output"); + std::ofstream logfile("complex_vector_43/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_44.cc b/tests/bits/complex_vector_44.cc similarity index 92% rename from tests/bits/complex-vector_44.cc rename to tests/bits/complex_vector_44.cc index 048d7ab531..5a7b0ab303 100644 --- a/tests/bits/complex-vector_44.cc +++ b/tests/bits/complex_vector_44.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_44.cc --------------------------- +//---------------------------- complex_vector_44.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_44.cc --------------------------- +//---------------------------- complex_vector_44.cc --------------------------- // check Vector >::sadd(s,s,V,s,V,s,V) @@ -62,7 +62,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_44/output"); + std::ofstream logfile("complex_vector_44/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_45.cc b/tests/bits/complex_vector_45.cc similarity index 90% rename from tests/bits/complex-vector_45.cc rename to tests/bits/complex_vector_45.cc index c16e6c2b40..710835b4fc 100644 --- a/tests/bits/complex-vector_45.cc +++ b/tests/bits/complex_vector_45.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_45.cc --------------------------- +//---------------------------- complex_vector_45.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_45.cc --------------------------- +//---------------------------- complex_vector_45.cc --------------------------- // check Vector >::scale @@ -49,7 +49,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_45/output"); + std::ofstream logfile("complex_vector_45/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_46.cc b/tests/bits/complex_vector_46.cc similarity index 90% rename from tests/bits/complex-vector_46.cc rename to tests/bits/complex_vector_46.cc index 0ff5839fac..8c99f9fcbe 100644 --- a/tests/bits/complex-vector_46.cc +++ b/tests/bits/complex_vector_46.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_46.cc --------------------------- +//---------------------------- complex_vector_46.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_46.cc --------------------------- +//---------------------------- complex_vector_46.cc --------------------------- // check Vector >::equ (s,V) @@ -51,7 +51,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_46/output"); + std::ofstream logfile("complex_vector_46/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_47.cc b/tests/bits/complex_vector_47.cc similarity index 91% rename from tests/bits/complex-vector_47.cc rename to tests/bits/complex_vector_47.cc index 4542939155..515bfe0438 100644 --- a/tests/bits/complex-vector_47.cc +++ b/tests/bits/complex_vector_47.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_47.cc --------------------------- +//---------------------------- complex_vector_47.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_47.cc --------------------------- +//---------------------------- complex_vector_47.cc --------------------------- // check Vector >::equ (s,V,s,V) @@ -55,7 +55,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_47/output"); + std::ofstream logfile("complex_vector_47/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_48.cc b/tests/bits/complex_vector_48.cc similarity index 91% rename from tests/bits/complex-vector_48.cc rename to tests/bits/complex_vector_48.cc index ab53cd0a85..de6354277e 100644 --- a/tests/bits/complex-vector_48.cc +++ b/tests/bits/complex_vector_48.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_48.cc --------------------------- +//---------------------------- complex_vector_48.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_48.cc --------------------------- +//---------------------------- complex_vector_48.cc --------------------------- // check Vector >::ratio @@ -58,7 +58,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_48/output"); + std::ofstream logfile("complex_vector_48/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_49.cc b/tests/bits/complex_vector_49.cc similarity index 90% rename from tests/bits/complex-vector_49.cc rename to tests/bits/complex_vector_49.cc index f4d82c0fcb..80428e6c3f 100644 --- a/tests/bits/complex-vector_49.cc +++ b/tests/bits/complex_vector_49.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_49.cc --------------------------- +//---------------------------- complex_vector_49.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_49.cc --------------------------- +//---------------------------- complex_vector_49.cc --------------------------- // check copy constructor Vector >::Vector(Vector) for same template @@ -47,7 +47,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_49/output"); + std::ofstream logfile("complex_vector_49/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_1.cc b/tests/bits/complex_vector_equality_1.cc similarity index 89% rename from tests/bits/complex-vector_equality_1.cc rename to tests/bits/complex_vector_equality_1.cc index be0e5b9f13..1dc33c2f08 100644 --- a/tests/bits/complex-vector_equality_1.cc +++ b/tests/bits/complex_vector_equality_1.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_1.cc --------------------------- +//---------------------------- complex_vector_equality_1.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_1.cc --------------------------- +//---------------------------- complex_vector_equality_1.cc --------------------------- // check Vector >::operator==(Vector >) for vectors that are not @@ -43,7 +43,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_1/output"); + std::ofstream logfile("complex_vector_equality_1/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_2.cc b/tests/bits/complex_vector_equality_2.cc similarity index 89% rename from tests/bits/complex-vector_equality_2.cc rename to tests/bits/complex_vector_equality_2.cc index 771e297ddd..d12e7e58ed 100644 --- a/tests/bits/complex-vector_equality_2.cc +++ b/tests/bits/complex_vector_equality_2.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_2.cc --------------------------- +//---------------------------- complex_vector_equality_2.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_2.cc --------------------------- +//---------------------------- complex_vector_equality_2.cc --------------------------- // check Vector >::operator==(Vector >) for vectors that are @@ -45,7 +45,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_2/output"); + std::ofstream logfile("complex_vector_equality_2/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_3.cc b/tests/bits/complex_vector_equality_3.cc similarity index 89% rename from tests/bits/complex-vector_equality_3.cc rename to tests/bits/complex_vector_equality_3.cc index eeb122b9b1..a298aaa2bf 100644 --- a/tests/bits/complex-vector_equality_3.cc +++ b/tests/bits/complex_vector_equality_3.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_3.cc --------------------------- +//---------------------------- complex_vector_equality_3.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_3.cc --------------------------- +//---------------------------- complex_vector_equality_3.cc --------------------------- // check Vector >::operator!=(Vector >) for vectors that are not @@ -43,7 +43,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_3/output"); + std::ofstream logfile("complex_vector_equality_3/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_4.cc b/tests/bits/complex_vector_equality_4.cc similarity index 89% rename from tests/bits/complex-vector_equality_4.cc rename to tests/bits/complex_vector_equality_4.cc index 6400a5c2aa..0fd39e5316 100644 --- a/tests/bits/complex-vector_equality_4.cc +++ b/tests/bits/complex_vector_equality_4.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_4.cc --------------------------- +//---------------------------- complex_vector_equality_4.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_4.cc --------------------------- +//---------------------------- complex_vector_equality_4.cc --------------------------- // check Vector >::operator!=(Vector >) for vectors that are @@ -45,7 +45,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_4/output"); + std::ofstream logfile("complex_vector_equality_4/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_5.cc b/tests/bits/complex_vector_equality_5.cc similarity index 89% rename from tests/bits/complex-vector_equality_5.cc rename to tests/bits/complex_vector_equality_5.cc index 9bf0426e25..f92cefc703 100644 --- a/tests/bits/complex-vector_equality_5.cc +++ b/tests/bits/complex_vector_equality_5.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_1.cc --------------------------- +//---------------------------- complex_vector_equality_1.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_1.cc --------------------------- +//---------------------------- complex_vector_equality_1.cc --------------------------- // check Vector >::operator==(Vector >) for vectors that are not @@ -44,7 +44,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_5/output"); + std::ofstream logfile("complex_vector_equality_5/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_6.cc b/tests/bits/complex_vector_equality_6.cc similarity index 89% rename from tests/bits/complex-vector_equality_6.cc rename to tests/bits/complex_vector_equality_6.cc index a03a862e2a..29ff834a02 100644 --- a/tests/bits/complex-vector_equality_6.cc +++ b/tests/bits/complex_vector_equality_6.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_2.cc --------------------------- +//---------------------------- complex_vector_equality_2.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_2.cc --------------------------- +//---------------------------- complex_vector_equality_2.cc --------------------------- // check Vector >::operator==(Vector >) for vectors that are @@ -46,7 +46,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_6/output"); + std::ofstream logfile("complex_vector_equality_6/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_7.cc b/tests/bits/complex_vector_equality_7.cc similarity index 89% rename from tests/bits/complex-vector_equality_7.cc rename to tests/bits/complex_vector_equality_7.cc index 2135993a80..43c88e5495 100644 --- a/tests/bits/complex-vector_equality_7.cc +++ b/tests/bits/complex_vector_equality_7.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_3.cc --------------------------- +//---------------------------- complex_vector_equality_3.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_3.cc --------------------------- +//---------------------------- complex_vector_equality_3.cc --------------------------- // check Vector >::operator!=(Vector >) for vectors that are not @@ -44,7 +44,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_7/output"); + std::ofstream logfile("complex_vector_equality_7/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_equality_8.cc b/tests/bits/complex_vector_equality_8.cc similarity index 90% rename from tests/bits/complex-vector_equality_8.cc rename to tests/bits/complex_vector_equality_8.cc index ee80c1faf6..9750c14d59 100644 --- a/tests/bits/complex-vector_equality_8.cc +++ b/tests/bits/complex_vector_equality_8.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_equality_4.cc --------------------------- +//---------------------------- complex_vector_equality_4.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_equality_4.cc --------------------------- +//---------------------------- complex_vector_equality_4.cc --------------------------- // check Vector >::operator!=(Vector >) for vectors that are @@ -46,7 +46,7 @@ void test (Vector > &v, int main () { - std::ofstream logfile("complex-vector_equality_8/output"); + std::ofstream logfile("complex_vector_equality_8/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/bits/complex-vector_vector_01.cc b/tests/bits/complex_vector_vector_01.cc similarity index 88% rename from tests/bits/complex-vector_vector_01.cc rename to tests/bits/complex_vector_vector_01.cc index ebf758a0c8..028d84cd6d 100644 --- a/tests/bits/complex-vector_vector_01.cc +++ b/tests/bits/complex_vector_vector_01.cc @@ -1,4 +1,4 @@ -//---------------------------- vector_vector_01.cc --------------------------- +//---------------------------- complex_vector_vector_01.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- vector_vector_01.cc --------------------------- +//---------------------------- complex_vector_vector_01.cc --------------------------- // check existence Vector >::Vector(Vector >). this conversion @@ -38,7 +38,7 @@ void test (Vector > &v) int main () { - std::ofstream logfile("complex-vector_vector_01/output"); + std::ofstream logfile("complex_vector_vector_01/output"); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10);