From: bangerth Date: Mon, 20 Aug 2007 22:32:12 +0000 (+0000) Subject: Improve one comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b87762856b1fcc2fb3c2ad5895b249d06d56b9;p=dealii-svn.git Improve one comment. git-svn-id: https://svn.dealii.org/trunk@14997 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index e4aa118982..4bd8e1a839 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -852,9 +852,7 @@ namespace LaplaceSolver // some problems in one of the // compilers this library can // be compiled with, we will - // have to use some - // workarounds. This will - // require that we declare a + // have to declare a // class that is actually // derived from the present // one, as a friend (strange as