]> https://gitweb.dealii.org/ - dealii.git/commit
Use an easier to read style for declaring iterator variables. 3246/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 14 Oct 2016 10:14:21 +0000 (04:14 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 14 Oct 2016 10:14:21 +0000 (04:14 -0600)
commit68c7b88d9b7520bbf2a9f5699c90b194f2c637c4
tree226b4cc359ac0ad9b4bf8632dc1c3433a592074d
parent2242b1647eef64238ec59ed5bfb4691306bbb2b1
Use an easier to read style for declaring iterator variables.

For first-time readers of deal.II programs (who may be used to other languages than C++),
our declarations of 'cell' and 'endc' that span multiple lines may be difficult to read.

For the first three tutorial programs, use a simpler syntax where each variable declaration
only requires a single line of code.
examples/step-1/step-1.cc
examples/step-2/step-2.cc
examples/step-3/step-3.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.