From: wolf Date: Wed, 22 Dec 1999 16:56:23 +0000 (+0000) Subject: Remove duplicate 'private'. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30d428f2eed03a5baa7ec2287e9ff6ca39611e3;p=dealii-svn.git Remove duplicate 'private'. git-svn-id: https://svn.dealii.org/trunk@2111 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc b/deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc index d7af7b01fe..407191cc88 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc @@ -101,7 +101,6 @@ class LaplaceProblem // file): void run (); - private: // Then there are some member // functions that mostly do what // their names suggest. Since diff --git a/deal.II/examples/step-3/step-3.cc b/deal.II/examples/step-3/step-3.cc index d7af7b01fe..407191cc88 100644 --- a/deal.II/examples/step-3/step-3.cc +++ b/deal.II/examples/step-3/step-3.cc @@ -101,7 +101,6 @@ class LaplaceProblem // file): void run (); - private: // Then there are some member // functions that mostly do what // their names suggest. Since