]> https://gitweb.dealii.org/ - dealii.git/commit
Keep the 'dealii::' in 'using namespace dealii::'. 9209/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 31 Dec 2019 23:05:58 +0000 (18:05 -0500)
committerDavid Wells <drwells@email.unc.edu>
Tue, 31 Dec 2019 23:05:58 +0000 (18:05 -0500)
commitcccd2d543a670a9987d821b461b2efc11d720be2
treea118c85d5e1fc30f8ea0e4914812f4005037e15e
parent7deaf4f6b1d121763354d5b74988c9ae582f2118
Keep the 'dealii::' in 'using namespace dealii::'.

Some of our example code on the website (e.g., step-40) doesn't work since we
get rid of the preceding dealii and print

    using namespace ::LinearAlgebraPETSc;

when it should be

    using namespace dealii::LinearAlgebraPETSc;

instead. This change keeps the 'dealii::' only in this case, which currently
only occurs in step-40.cc, step-50.cc, step-55.cc, and local_integrators.h.
doc/doxygen/scripts/filter

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.