From: young Date: Tue, 24 May 2011 18:09:04 +0000 (+0000) Subject: Remove repetition in docs X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca15ad7341fd19645b9aea19ef1b2366407ace4d;p=dealii-svn.git Remove repetition in docs git-svn-id: https://svn.dealii.org/trunk@23742 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index 98e367952b..dbb614860b 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -572,9 +572,6 @@ int main (int argc, char **argv) problem.run (); } - // ...and then unitialize the - // SLEPc work space when the - // job is done: SlepcFinalize (); }