]> https://gitweb.dealii.org/ - dealii.git/commitdiff
test/base: Fix typos
authorMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 20 Aug 2013 06:10:58 +0000 (06:10 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 20 Aug 2013 06:10:58 +0000 (06:10 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30355 0785d39b-7218-0410-832d-ea1e28bc413d

13 files changed:
tests/base/functions_01.cc
tests/base/functions_04.cc
tests/base/functions_05.cc
tests/base/functions_06.cc
tests/base/functions_07.cc
tests/base/functions_08.cc
tests/base/functions_09.cc
tests/base/functions_singularity.cc
tests/base/polynomial_hermite_interpolation.cc
tests/base/polynomials_bdm_01.cc
tests/base/tensor_05.cc
tests/base/tensor_07.cc
tests/base/tensor_08.cc

index 86066175c7c24a2cd7b331d393569cfedbf6a149..5fbb2ef75896b8a451d23fd5e4dc0b7015beeccf 100644 (file)
@@ -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);
index 1b8d30a73c29e69b37b1c66b28e9392e850741ec..f5107c14d6396bd845ba61e97377cd8f499d3016 100644 (file)
@@ -196,7 +196,7 @@ check_function(const Functions::FlowFunction<dim> &f,
 
 int main()
 {
-  std::string logname = "output"
+  std::string logname = "output";
   std::ofstream logfile(logname.c_str());
   deallog.attach(logfile);
   deallog.depth_console(0);
index 42694718ff739bfc306070f5bc696aca640e4bc4..c5bf09d967b650cf0a225f2a36c9d452e58aeadc 100644 (file)
@@ -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);
index 393c03ba28cd700ffc4cefba6a6e27ee3d29ab87..5d228c7c86157db083f89f9c9dbe443d06d739d6 100644 (file)
@@ -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);
index d5cd9b810d0eaef2feb4c4d6ef14f997564bedcf..619d89337bfe18d429c32fa09c3303e1ce1f0251 100644 (file)
@@ -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);
index 0bd75aed733a99e7d8e2c9ab305c4193a2c5ad84..c4e367ad6cf556ad64c31ca3cba3e23c5b38e610 100644 (file)
@@ -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);
index 934383fe21b8c9fdba0c482a23e7661a4051ce25..f15ded641d5e17a9cd397b84307a7c3383acf8f9 100644 (file)
@@ -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);
index 7fce80a144af98ee7b7dfad1381db72da8670310..6e15ff79cc07bf591ab895dd30d1b696288143a2 100644 (file)
@@ -236,7 +236,7 @@ check_function_derivative(const Functions::FlowFunction<dim> &f,
 
 int main()
 {
-  std::string logname = "output"
+  std::string logname = "output";
   std::ofstream logfile(logname.c_str());
   deallog.attach(logfile);
   deallog.depth_console(0);
index 222528f45ffc753773d2e2e7996075c1a39c67a2..491c263ac05654a4aad9dda60d2805a75ce5ef24 100644 (file)
@@ -54,7 +54,7 @@ void interpolation_conditions(const std::vector<Polynomial<double> > &polynomial
 
 int main()
 {
-  std::string logname = "output"
+  std::string logname = "output";
   std::ofstream logfile(logname.c_str());
   deallog.attach(logfile);
   deallog.depth_console(0);
index fd91c1c32eb1a1b205d36a59e2e408d5fd571af0..5a9d64854c4e5b40f4e0c8bf16f29d34fef986e2 100644 (file)
@@ -58,7 +58,7 @@ void plot(const PolynomialsBDM<dim> &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);
index 19a7e79a06dc96f0bba698edbeae464160233b7f..b149e67c1302f7c4877d1d7a1b1762e0f7764ca7 100644 (file)
@@ -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);
index a4b29a86e47aef0bebebf638b8ec57350a0dd274..b001e9f4fbb555c5506544272e50fa845f28423f 100644 (file)
@@ -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);
index 546a40e1798ba57b5dc33f776cf9966ad1f0551f..03c54dafda628543e255f27fb01d127a799c14cf 100644 (file)
@@ -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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.