From 1e0ba196542d2724390ff55d72aee70ffa943671 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 30 Oct 2015 11:06:44 -0400 Subject: [PATCH] Remove trailing blank lines --- tests/bits/deal_solver_04.cc | 1 - tests/bits/deal_solver_05.cc | 1 - tests/matrix_free/matrix_vector_18.cc | 1 - tests/matrix_free/matrix_vector_mf.h | 4 ---- tests/multigrid/smoother_block.cc | 1 - tests/petsc/deal_solver_01.cc | 1 - tests/petsc/deal_solver_02.cc | 1 - tests/petsc/deal_solver_03.cc | 1 - tests/petsc/deal_solver_04.cc | 1 - tests/petsc/deal_solver_05.cc | 1 - tests/petsc/solver_01.cc | 1 - tests/petsc/solver_02.cc | 1 - tests/petsc/solver_03.cc | 1 - tests/petsc/solver_03_mf.cc | 1 - tests/petsc/solver_03_precondition_boomeramg.cc | 1 - tests/petsc/solver_03_precondition_boomeramg_symmetric.cc | 1 - tests/petsc/solver_03_precondition_eisenstat.cc | 1 - tests/petsc/solver_03_precondition_icc.cc | 1 - tests/petsc/solver_03_precondition_ilu.cc | 1 - tests/petsc/solver_03_precondition_lu.cc | 1 - tests/petsc/solver_03_precondition_parasails.cc | 1 - tests/petsc/solver_03_precondition_sor.cc | 1 - tests/petsc/solver_03_precondition_ssor.cc | 1 - tests/petsc/solver_04.cc | 1 - tests/petsc/solver_05.cc | 1 - tests/petsc/solver_06.cc | 1 - tests/petsc/solver_07.cc | 1 - tests/petsc/solver_08.cc | 1 - tests/petsc/solver_09.cc | 1 - tests/petsc/solver_10.cc | 1 - tests/petsc/solver_11.cc | 1 - tests/petsc/solver_12.cc | 1 - tests/petsc/solver_13.cc | 1 - 33 files changed, 36 deletions(-) diff --git a/tests/bits/deal_solver_04.cc b/tests/bits/deal_solver_04.cc index 26e983ab81..4539b61f4c 100644 --- a/tests/bits/deal_solver_04.cc +++ b/tests/bits/deal_solver_04.cc @@ -97,4 +97,3 @@ int main() PreconditionIdentity preconditioner; check_solve (solver, control, A,u,f, preconditioner); } - diff --git a/tests/bits/deal_solver_05.cc b/tests/bits/deal_solver_05.cc index fda2642d8a..8c9268b8c8 100644 --- a/tests/bits/deal_solver_05.cc +++ b/tests/bits/deal_solver_05.cc @@ -96,4 +96,3 @@ int main() PreconditionIdentity preconditioner; check_solve (solver, control, A,u,f, preconditioner); } - diff --git a/tests/matrix_free/matrix_vector_18.cc b/tests/matrix_free/matrix_vector_18.cc index f6f0d10c57..f16ffb7ad4 100644 --- a/tests/matrix_free/matrix_vector_18.cc +++ b/tests/matrix_free/matrix_vector_18.cc @@ -258,4 +258,3 @@ int main () deallog.pop(); } } - diff --git a/tests/matrix_free/matrix_vector_mf.h b/tests/matrix_free/matrix_vector_mf.h index c6318cdf37..e3efc81c0d 100644 --- a/tests/matrix_free/matrix_vector_mf.h +++ b/tests/matrix_free/matrix_vector_mf.h @@ -71,7 +71,3 @@ public: private: const MatrixFree &data; }; - - - - diff --git a/tests/multigrid/smoother_block.cc b/tests/multigrid/smoother_block.cc index f8056188b8..d355e23ab7 100644 --- a/tests/multigrid/smoother_block.cc +++ b/tests/multigrid/smoother_block.cc @@ -217,4 +217,3 @@ int main() check(); } - diff --git a/tests/petsc/deal_solver_01.cc b/tests/petsc/deal_solver_01.cc index e16bdf2fa1..b27301ef5d 100644 --- a/tests/petsc/deal_solver_01.cc +++ b/tests/petsc/deal_solver_01.cc @@ -99,4 +99,3 @@ int main(int argc, char **argv) GrowingVectorMemory::release_unused_memory (); } - diff --git a/tests/petsc/deal_solver_02.cc b/tests/petsc/deal_solver_02.cc index 07e6f97929..25b0b6f20e 100644 --- a/tests/petsc/deal_solver_02.cc +++ b/tests/petsc/deal_solver_02.cc @@ -100,4 +100,3 @@ int main(int argc, char **argv) GrowingVectorMemory::release_unused_memory (); } - diff --git a/tests/petsc/deal_solver_03.cc b/tests/petsc/deal_solver_03.cc index da4cb38357..17f9d6b1b6 100644 --- a/tests/petsc/deal_solver_03.cc +++ b/tests/petsc/deal_solver_03.cc @@ -101,4 +101,3 @@ int main(int argc, char **argv) GrowingVectorMemory::release_unused_memory (); } - diff --git a/tests/petsc/deal_solver_04.cc b/tests/petsc/deal_solver_04.cc index 9299c37545..2664e59b73 100644 --- a/tests/petsc/deal_solver_04.cc +++ b/tests/petsc/deal_solver_04.cc @@ -100,4 +100,3 @@ int main(int argc, char **argv) GrowingVectorMemory::release_unused_memory (); } - diff --git a/tests/petsc/deal_solver_05.cc b/tests/petsc/deal_solver_05.cc index 8af9ebbc44..25431fe39a 100644 --- a/tests/petsc/deal_solver_05.cc +++ b/tests/petsc/deal_solver_05.cc @@ -99,4 +99,3 @@ int main(int argc, char **argv) GrowingVectorMemory::release_unused_memory (); } - diff --git a/tests/petsc/solver_01.cc b/tests/petsc/solver_01.cc index 339d58d460..ffbdbc8807 100644 --- a/tests/petsc/solver_01.cc +++ b/tests/petsc/solver_01.cc @@ -91,4 +91,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_02.cc b/tests/petsc/solver_02.cc index 41ba75be17..cd67125cb3 100644 --- a/tests/petsc/solver_02.cc +++ b/tests/petsc/solver_02.cc @@ -94,4 +94,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03.cc b/tests/petsc/solver_03.cc index 1c525a7577..9b755dd4e5 100644 --- a/tests/petsc/solver_03.cc +++ b/tests/petsc/solver_03.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_mf.cc b/tests/petsc/solver_03_mf.cc index e912f89f3e..55035a5e66 100644 --- a/tests/petsc/solver_03_mf.cc +++ b/tests/petsc/solver_03_mf.cc @@ -90,4 +90,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_boomeramg.cc b/tests/petsc/solver_03_precondition_boomeramg.cc index 526a0dec7d..c5e0027c62 100644 --- a/tests/petsc/solver_03_precondition_boomeramg.cc +++ b/tests/petsc/solver_03_precondition_boomeramg.cc @@ -93,4 +93,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_boomeramg_symmetric.cc b/tests/petsc/solver_03_precondition_boomeramg_symmetric.cc index 7e7b64b510..45185e986c 100644 --- a/tests/petsc/solver_03_precondition_boomeramg_symmetric.cc +++ b/tests/petsc/solver_03_precondition_boomeramg_symmetric.cc @@ -94,4 +94,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_eisenstat.cc b/tests/petsc/solver_03_precondition_eisenstat.cc index 842fb95649..e7012b8c00 100644 --- a/tests/petsc/solver_03_precondition_eisenstat.cc +++ b/tests/petsc/solver_03_precondition_eisenstat.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_icc.cc b/tests/petsc/solver_03_precondition_icc.cc index a59ea2055a..18b0c2c729 100644 --- a/tests/petsc/solver_03_precondition_icc.cc +++ b/tests/petsc/solver_03_precondition_icc.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_ilu.cc b/tests/petsc/solver_03_precondition_ilu.cc index f1b4e26387..c3e547d09a 100644 --- a/tests/petsc/solver_03_precondition_ilu.cc +++ b/tests/petsc/solver_03_precondition_ilu.cc @@ -93,4 +93,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_lu.cc b/tests/petsc/solver_03_precondition_lu.cc index f9fa7f582d..ff16420d6c 100644 --- a/tests/petsc/solver_03_precondition_lu.cc +++ b/tests/petsc/solver_03_precondition_lu.cc @@ -99,4 +99,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_parasails.cc b/tests/petsc/solver_03_precondition_parasails.cc index 8e5dc6d212..4d8c6cc308 100644 --- a/tests/petsc/solver_03_precondition_parasails.cc +++ b/tests/petsc/solver_03_precondition_parasails.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_sor.cc b/tests/petsc/solver_03_precondition_sor.cc index 027ce627ff..d0b65f1a6a 100644 --- a/tests/petsc/solver_03_precondition_sor.cc +++ b/tests/petsc/solver_03_precondition_sor.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_03_precondition_ssor.cc b/tests/petsc/solver_03_precondition_ssor.cc index 0206677e6e..0efc13be8b 100644 --- a/tests/petsc/solver_03_precondition_ssor.cc +++ b/tests/petsc/solver_03_precondition_ssor.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_04.cc b/tests/petsc/solver_04.cc index 3a7be18369..918a6dea25 100644 --- a/tests/petsc/solver_04.cc +++ b/tests/petsc/solver_04.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_05.cc b/tests/petsc/solver_05.cc index 9b876fc291..51ee2cfcd8 100644 --- a/tests/petsc/solver_05.cc +++ b/tests/petsc/solver_05.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_06.cc b/tests/petsc/solver_06.cc index 443df43616..13ba418cc8 100644 --- a/tests/petsc/solver_06.cc +++ b/tests/petsc/solver_06.cc @@ -95,4 +95,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_07.cc b/tests/petsc/solver_07.cc index efb516b7f3..450203ac70 100644 --- a/tests/petsc/solver_07.cc +++ b/tests/petsc/solver_07.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_08.cc b/tests/petsc/solver_08.cc index 1ae58cff99..6231bf9fe5 100644 --- a/tests/petsc/solver_08.cc +++ b/tests/petsc/solver_08.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_09.cc b/tests/petsc/solver_09.cc index 8d4f080a48..16ee77ca52 100644 --- a/tests/petsc/solver_09.cc +++ b/tests/petsc/solver_09.cc @@ -96,4 +96,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_10.cc b/tests/petsc/solver_10.cc index ce2b743424..690fabdd7c 100644 --- a/tests/petsc/solver_10.cc +++ b/tests/petsc/solver_10.cc @@ -92,4 +92,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_11.cc b/tests/petsc/solver_11.cc index 95b238247c..958551aea6 100644 --- a/tests/petsc/solver_11.cc +++ b/tests/petsc/solver_11.cc @@ -96,4 +96,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_12.cc b/tests/petsc/solver_12.cc index c145d4a248..d85c7c8ade 100644 --- a/tests/petsc/solver_12.cc +++ b/tests/petsc/solver_12.cc @@ -89,4 +89,3 @@ int main(int argc, char **argv) } } - diff --git a/tests/petsc/solver_13.cc b/tests/petsc/solver_13.cc index e481a3299e..dd0f5ed124 100644 --- a/tests/petsc/solver_13.cc +++ b/tests/petsc/solver_13.cc @@ -98,4 +98,3 @@ int main(int argc, char **argv) } } - -- 2.39.5