From cbe42be08da904cdb08e787719a120311eecbf55 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 16:14:26 +0000 Subject: [PATCH] Remove unnecessary comment. git-svn-id: https://svn.dealii.org/trunk@10626 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index d5589bc51e..8f6862886e 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1573,7 +1573,6 @@ namespace QuasiStaticElasticity PETScWrappers::PreconditionBlockJacobi preconditioner(system_matrix); - // Then solve the system: cg.solve (system_matrix, distributed_incremental_displacement, system_rhs, preconditioner); -- 2.39.5