]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove logname variable 3608/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 4 Nov 2016 10:08:54 +0000 (11:08 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 17 Nov 2016 14:03:51 +0000 (15:03 +0100)
41 files changed:
tests/numerics/kelly_crash_02.cc
tests/numerics/project_common.h
tests/numerics/project_dgp_01.cc
tests/numerics/project_dgp_02.cc
tests/numerics/project_dgp_03.cc
tests/numerics/project_dgp_04.cc
tests/numerics/project_dgp_05.cc
tests/numerics/project_dgp_monomial_01.cc
tests/numerics/project_dgp_monomial_02.cc
tests/numerics/project_dgp_monomial_03.cc
tests/numerics/project_dgp_monomial_04.cc
tests/numerics/project_dgp_monomial_05.cc
tests/numerics/project_dgq_01.cc
tests/numerics/project_dgq_02.cc
tests/numerics/project_dgq_03.cc
tests/numerics/project_dgq_04.cc
tests/numerics/project_dgq_05.cc
tests/numerics/project_nedelec_01.cc
tests/numerics/project_nedelec_02.cc
tests/numerics/project_nedelec_03.cc
tests/numerics/project_nedelec_04.cc
tests/numerics/project_nedelec_05.cc
tests/numerics/project_q_01.cc
tests/numerics/project_q_02.cc
tests/numerics/project_q_03.cc
tests/numerics/project_q_04.cc
tests/numerics/project_q_05.cc
tests/numerics/project_q_hierarchical_01.cc
tests/numerics/project_q_hierarchical_02.cc
tests/numerics/project_q_hierarchical_03.cc
tests/numerics/project_q_hierarchical_04.cc
tests/numerics/project_q_hierarchical_05.cc
tests/numerics/project_q_system_01.cc
tests/numerics/project_q_system_02.cc
tests/numerics/project_q_system_03.cc
tests/numerics/project_q_system_04.cc
tests/numerics/project_q_system_05.cc
tests/numerics/project_rt_01.cc
tests/numerics/project_rt_02.cc
tests/numerics/project_rt_04.cc
tests/numerics/project_rt_05.cc

index 87dca0e4a8608240f47443cc4a174bfba011ca82..8471a70f9e52aab9ffee5d570b927b646c77ade2 100644 (file)
@@ -29,9 +29,6 @@
 //
 // the problem was fixed by fixing the code
 
-char logname[] = "output";
-
-
 #include "../tests.h"
 
 
@@ -235,7 +232,7 @@ void test ()
 
 int main ()
 {
-  std::ofstream logfile(logname);
+  std::ofstream logfile("output");
   logfile.precision (3);
 
   deallog.attach(logfile);
index 1a25ecd1d65f9210005fd3b5774f1e7f5500a0d4..1a8189d33aee49b1d128d28fda677e2d24fe5bd8 100644 (file)
@@ -339,7 +339,7 @@ void test_with_2d_deformed_refined_mesh (const FiniteElement<dim> &fe,
 
 int main ()
 {
-  std::ofstream logfile(logname);
+  std::ofstream logfile("output");
   deallog << std::setprecision (3);
 
   deallog.attach(logfile);
index 01059f210660e1842ef9316134da8852ddc985a2..51084d3e0d0b6a5331a12e05fe45256e1a57cfac 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGP elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 23cc844f80f8703d9c7f79486d29796bfaef2092..757703dcc7f27539db101169eee809e0b39fe541 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGP elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index eb97aee60f0684ba06c6b1b16964af5530127a50..4c894f6a2b11c6cec632d13e901298bf29f88b05 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 1f21c85b01a3862aef1264617344ab59a8938d03..983e451c2e95f802c2fb1013654fb407b2a0b9d0 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index e5c5da7773d76e1e06d568be16de5ce378a7e09f..79c40f4677729ac525c564c481ae6e3eede2b21c 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 448ed202b5c911c5484e7fcaf9f755cf97d8f683..963538b422eaae6ac6019a983ad7abc6458c95ec 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGP_Monomial elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 864925b854b9ebc5e4bb7d47efb9aed2f87ebdda..7706c8d602635f5b3f892a5527d9775ebd080746 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGP_Monomial elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index a5da0a9b453ee83a77d6b1aa8398a77406e48a92..a6d53f3514b8e3d7c2129b88bbc664a3b7d0c10e 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 10cb818399d5557bdb72e1d6d5e202faa31d1e81..502cd52870858bbc9c9c70efe07d392698c62978 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 5e356c993cb83ef60c18db790ae2c34b6157132d..f3333772120b240255a35298c8822296b9f13bb0 100644 (file)
@@ -22,9 +22,6 @@
 // convergence, which we have to specify in the last argument to the
 // call below
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 2a0789c35aa134bf6fd1368375eea495d01cff5f..c8200b7cbb9067948042836d98e8ea2a226befae 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGQ elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 3a724829a17458d1046bde1181f9a4de7867a846..bd49e04e3c162fb97d07ac1daee568ef4a63292c 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGQ elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 05a2c75c94906e742c85ad1438e6e9c7c15000dc..151e57c87f2ee363bfaff3a95a8ba21ef1f365e7 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGQ elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index e870d172e4c4074715c85fe639549f80876a869b..6b20a83ff6fb54e823585b2eba19d1ad0544081d 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGQ elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 295054f8f88b62422b446400cdf97ca6a9039201..8773d03d9257090596997c27cc3af3e4bad41780 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for DGQ elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index ef9757ed9886945af7d761417d94388c28284d75..668c679f35b40be37ddf9c9844cf8920f276b9b0 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Nedelec elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 39cb54a5a4cb2b467dd8f83567852c64b1a093c8..8e1ac7f3f227575edf7a653fe89eed3910274bee 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Nedelec elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 8b4720796d799d413015af5fbd114140cd76c652..39070d33c130344b10aa766898559db713f2a048 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Nedelec elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index edc8880fb37e259a89b2c567bf0ac95a659803a9..337cd95319ee7ac86d76350cfa1de4ca044f1db8 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Nedelec elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index cfa3703ef1cfbc64adb833da4c705a0b256871c4..a1cc5f5817ba38d5ed57215b2d8d77f75088b47e 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Nedelec elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index f54d19bb98ccc148ef159fd8620d257dd9b7e431..83efc6cac1bcdc073bf18724a9a14883d0836180 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Q elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index aeeb11e64efc51e4831d3279f49e444a6d6fba12..98a9361eb9bd993742d61c6e9b623497d1b6e848 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Q elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 253e7b01735b9d41c76e2fde75ce44f401722d4c..88843934733a7a551c6a54f878037c88a7c5c9c8 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Q elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index bc552f0981d5802389a91d4afb88efa374df32a5..49592ca050addd1ab4d010a5d40b2595a9bde9e6 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Q elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index fa549abe4a4646cb59e0a0a1df3aa5547e0d238a..c26015df729bdbe099d8cf8cd223b794155bdf30 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for Q elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 9c349c7ecc96d0d1f586f7acc12d41264a594cc9..e5787fa74cef584482501d6c8e269563f9c40a55 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for QHierarchical elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 8bf18d504256be6e6befa13bd397664f6afb5149..5bb5bab384bd7952ea6ee2e981bd9f85a0c04e21 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for QHierarchical elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 284a5cef055852c3434487cee9d9d0bd59f855fb..dedb7f79345042d82cf38743a48865936872aa8c 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for QHierarchical elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index b33f9a69adab34647da17d9ab229a0e1b537a0a9..71a67b43e005562f312869b8b080e21f0659ee10 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for QHierarchical elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index f6aa4152e99ae90e598ea07a66ae751038000245..5625a34d4db35ba718865399a45647d3b177f8db 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for QHierarchical elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 0bafa24e47e850206341279fbfc69b2af67ce27c..717100f467fb9a0a899ea306c47751b088ea6027 100644 (file)
@@ -18,9 +18,6 @@
 // check that VectorTools::project works for FESystem(FE_Q) elements correctly
 // on a uniformly refined mesh for functions of degree q
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 8f4af570c2c869b9e0e86cc5603dbd74468d29d8..d8ac3168b3bb79b5499093e9a989da5f7f397195 100644 (file)
@@ -18,9 +18,6 @@
 // check that VectorTools::project works for FESystem(FE_Q) elements correctly
 // on a uniformly refined mesh for functions of degree q
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 4e8bb5a2a423824132b35b7958e10a44fcfa4cfc..d7467b7d47bf779c100796fe19ce42741e32a479 100644 (file)
@@ -18,9 +18,6 @@
 // check that VectorTools::project works for FESystem(FE_Q) elements correctly
 // on a uniformly refined mesh for functions of degree q
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index a2fd613c2ff8a46fea0e5221fd55df236c33fb41..44106648fdae5c98d21c03d1d3e734cb9abcd563 100644 (file)
@@ -18,9 +18,6 @@
 // check that VectorTools::project works for FESystem(FE_Q) elements correctly
 // on a uniformly refined mesh for functions of degree q
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index 84aa7e1e1f1ac00d738b96daa7c8e6911ec88f1c..625ec4619b2cd622290eb1c73530e13d37785d16 100644 (file)
@@ -18,9 +18,6 @@
 // check that VectorTools::project works for FESystem(FE_Q) elements correctly
 // on a uniformly refined mesh for functions of degree q
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index b86f3c7539c7dc61b0dc6862b196dadc0b26fe80..fbbf23dc5aebae2e8f42c9230f4a0057992d2a72 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for RT elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index e23ef73de7a665365486fd35756a82298d180686..163435012761a18c5197bf01785a738729a14f89 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for RT elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index d982e6f7c5fd58ac386fe7ed237f1968e8cbea0b..4f88d8a7c107796bd2b9fa2dd57ecb5cfd060061 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for RT elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 
index fe4430d11a26cfca5ae99fdd78812ed11fc77ee2..73427ba7b0f5ec56c32f9e14e5769a6253fe84dc 100644 (file)
@@ -17,9 +17,6 @@
 
 // check that VectorTools::project works for RT elements correctly
 
-char logname[] = "output";
-
-
 #include "project_common.h"
 
 

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.