From: David Wells Date: Thu, 20 Oct 2016 19:58:45 +0000 (-0400) Subject: Clarify some header descriptions in step-27. X-Git-Tag: v8.5.0-rc1~554^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7ed4176233d31c2abf829da087c7815d559f1b;p=dealii.git Clarify some header descriptions in step-27. The old description was written when we used CompressedSetSparsityPattern for this tutorial instead of DynamicSparsityPattern. --- diff --git a/examples/step-27/step-27.cc b/examples/step-27/step-27.cc index f139973f72..6edecfc4d5 100644 --- a/examples/step-27/step-27.cc +++ b/examples/step-27/step-27.cc @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -46,13 +47,10 @@ #include #include -// These are the new files we need. The first one provides an alternative to -// the usual SparsityPattern class and the DynamicSparsityPattern class -// already discussed in step-11 and step-18. The second and third provide hp +// These are the new files we need. The first and second provide hp // versions of the DoFHandler and FEValues classes as described in the // introduction of this program. The last one provides Fourier transformation // class on the unit cell. -#include #include #include #include