From: wolf Date: Wed, 22 Dec 1999 16:36:24 +0000 (+0000) Subject: Unify typography. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c61c43e4528fc635d88fb55df386230b9c3e7a;p=dealii-svn.git Unify typography. git-svn-id: https://svn.dealii.org/trunk@2109 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 0e0403cabf..1a6137ee8d 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 @@ -798,7 +798,7 @@ void LaplaceProblem::output_results () // much to comment about: void LaplaceProblem::run () { - make_grid_and_dofs(); + make_grid_and_dofs (); assemble_system (); solve (); output_results (); diff --git a/deal.II/examples/step-3/step-3.cc b/deal.II/examples/step-3/step-3.cc index 0e0403cabf..1a6137ee8d 100644 --- a/deal.II/examples/step-3/step-3.cc +++ b/deal.II/examples/step-3/step-3.cc @@ -798,7 +798,7 @@ void LaplaceProblem::output_results () // much to comment about: void LaplaceProblem::run () { - make_grid_and_dofs(); + make_grid_and_dofs (); assemble_system (); solve (); output_results ();