From a30d428f2eed03a5baa7ec2287e9ff6ca39611e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Dec 1999 16:56:23 +0000 Subject: [PATCH] Remove duplicate 'private'. git-svn-id: https://svn.dealii.org/trunk@2111 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/step-by-step/step-3/step-3.cc | 1 - deal.II/examples/step-3/step-3.cc | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.5