From: Wolfgang Bangerth Date: Mon, 6 Aug 2007 21:39:05 +0000 (+0000) Subject: Follow our usual coding style X-Git-Tag: v8.0.0~10132 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdfbadabb3a8512524033942deb6ca87a6c6365;p=dealii.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) {}