From: bangerth Date: Mon, 6 Aug 2007 21:39:05 +0000 (+0000) Subject: Follow our usual coding style X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fd499ac3453c4eea9d1bf3053d70429f041c95;p=dealii-svn.git Follow our usual coding style git-svn-id: https://svn.dealii.org/trunk@14912 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) {}