]> https://gitweb.dealii.org/ - dealii.git/commit
Add #include <iostream> to a few tutorial programs. 513/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 11 Feb 2015 00:19:13 +0000 (18:19 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 11 Feb 2015 00:19:13 +0000 (18:19 -0600)
commit47074b2694fb4e4a5f13266a0d48d9d031e1832e
treea9aa346d58e1ef21b6ab6e7c2e7d991dc066968b
parent7baa61dfb86765fd4ef2eb3a54c1753eb56bac25
Add #include <iostream> to a few tutorial programs.

These are the tutorial programs that use std::cout or std::endl, which we need to
get from <iostream> but don't currently. Presumably because we include it transitively,
but for the sake of learning deal.II and C++, this is one more and unnecessary step
to understand. It turns out it also makes Eclipse happier if we do the explicit
#include, as it shows fewer source errors.
15 files changed:
examples/step-1/step-1.cc
examples/step-16/step-16.cc
examples/step-21/step-21.cc
examples/step-22/step-22.cc
examples/step-29/step-29.cc
examples/step-31/step-31.cc
examples/step-37/step-37.cc
examples/step-43/step-43.cc
examples/step-45/step-45.cc
examples/step-46/step-46.cc
examples/step-49/step-49.cc
examples/step-5/step-5.cc
examples/step-50/step-50.cc
examples/step-51/step-51.cc
examples/step-53/step-53.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.