From 5127f430e2163b53605e65f802731f199b1a1d39 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 20 Aug 2013 06:10:58 +0000 Subject: [PATCH] test/base: Fix typos git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30355 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/functions_01.cc | 2 +- tests/base/functions_04.cc | 2 +- tests/base/functions_05.cc | 2 +- tests/base/functions_06.cc | 2 +- tests/base/functions_07.cc | 2 +- tests/base/functions_08.cc | 2 +- tests/base/functions_09.cc | 2 +- tests/base/functions_singularity.cc | 2 +- tests/base/polynomial_hermite_interpolation.cc | 2 +- tests/base/polynomials_bdm_01.cc | 2 +- tests/base/tensor_05.cc | 2 +- tests/base/tensor_07.cc | 2 +- tests/base/tensor_08.cc | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/base/functions_01.cc b/tests/base/functions_01.cc index 86066175c7..5fbb2ef758 100644 --- a/tests/base/functions_01.cc +++ b/tests/base/functions_01.cc @@ -51,7 +51,7 @@ int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_04.cc b/tests/base/functions_04.cc index 1b8d30a73c..f5107c14d6 100644 --- a/tests/base/functions_04.cc +++ b/tests/base/functions_04.cc @@ -196,7 +196,7 @@ check_function(const Functions::FlowFunction &f, int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_05.cc b/tests/base/functions_05.cc index 42694718ff..c5bf09d967 100644 --- a/tests/base/functions_05.cc +++ b/tests/base/functions_05.cc @@ -69,7 +69,7 @@ void check2 () int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_06.cc b/tests/base/functions_06.cc index 393c03ba28..5d228c7c86 100644 --- a/tests/base/functions_06.cc +++ b/tests/base/functions_06.cc @@ -79,7 +79,7 @@ void check2 () int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_07.cc b/tests/base/functions_07.cc index d5cd9b810d..619d89337b 100644 --- a/tests/base/functions_07.cc +++ b/tests/base/functions_07.cc @@ -64,7 +64,7 @@ void check () int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_08.cc b/tests/base/functions_08.cc index 0bd75aed73..c4e367ad6c 100644 --- a/tests/base/functions_08.cc +++ b/tests/base/functions_08.cc @@ -76,7 +76,7 @@ void check1 () int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_09.cc b/tests/base/functions_09.cc index 934383fe21..f15ded641d 100644 --- a/tests/base/functions_09.cc +++ b/tests/base/functions_09.cc @@ -128,7 +128,7 @@ void check () int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/functions_singularity.cc b/tests/base/functions_singularity.cc index 7fce80a144..6e15ff79cc 100644 --- a/tests/base/functions_singularity.cc +++ b/tests/base/functions_singularity.cc @@ -236,7 +236,7 @@ check_function_derivative(const Functions::FlowFunction &f, int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/polynomial_hermite_interpolation.cc b/tests/base/polynomial_hermite_interpolation.cc index 222528f45f..491c263ac0 100644 --- a/tests/base/polynomial_hermite_interpolation.cc +++ b/tests/base/polynomial_hermite_interpolation.cc @@ -54,7 +54,7 @@ void interpolation_conditions(const std::vector > &polynomial int main() { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/polynomials_bdm_01.cc b/tests/base/polynomials_bdm_01.cc index fd91c1c32e..5a9d64854c 100644 --- a/tests/base/polynomials_bdm_01.cc +++ b/tests/base/polynomials_bdm_01.cc @@ -58,7 +58,7 @@ void plot(const PolynomialsBDM &poly) int main() { - const std::string logname = "output" + const std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog << std::setprecision(3); deallog.attach(logfile); diff --git a/tests/base/tensor_05.cc b/tests/base/tensor_05.cc index 19a7e79a06..b149e67c13 100644 --- a/tests/base/tensor_05.cc +++ b/tests/base/tensor_05.cc @@ -26,7 +26,7 @@ int main () { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/tensor_07.cc b/tests/base/tensor_07.cc index a4b29a86e4..b001e9f4fb 100644 --- a/tests/base/tensor_07.cc +++ b/tests/base/tensor_07.cc @@ -74,7 +74,7 @@ void test_unequal() int main () { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); diff --git a/tests/base/tensor_08.cc b/tests/base/tensor_08.cc index 546a40e179..03c54dafda 100644 --- a/tests/base/tensor_08.cc +++ b/tests/base/tensor_08.cc @@ -47,7 +47,7 @@ void test_select(double f1, double f2) int main () { - std::string logname = "output" + std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog.depth_console(0); -- 2.39.5