From 18fd499ac3453c4eea9d1bf3053d70429f041c95 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 6 Aug 2007 21:39:05 +0000 Subject: [PATCH] Follow our usual coding style git-svn-id: https://svn.dealii.org/trunk@14912 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-6/step-6.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index d37c4e5d10..57c0c62abf 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -228,7 +228,8 @@ void Coefficient::value_list (const std::vector > &points, // the desired polynomial degree // (here 2): template -LaplaceProblem::LaplaceProblem () : +LaplaceProblem::LaplaceProblem () + : dof_handler (triangulation), fe (2) {} -- 2.39.5