From: wolf Date: Tue, 3 May 2005 16:14:26 +0000 (+0000) Subject: Remove unnecessary comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe42be08da904cdb08e787719a120311eecbf55;p=dealii-svn.git Remove unnecessary comment. git-svn-id: https://svn.dealii.org/trunk@10626 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);