]> https://gitweb.dealii.org/ - dealii.git/commit
Fix an issue reported by David Wells.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Nov 2014 05:33:44 +0000 (23:33 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Nov 2014 05:44:21 +0000 (23:44 -0600)
commit8fcd8d79a89924016b923d67f369940560bf9763
tree7d20b09823ab43856ca2b0502df9496ee631b2ba
parentcd4c9c4a310946c14c9d0bd3907a77728a08c9cd
Fix an issue reported by David Wells.

The problem here is that class DoFHandler only uses pointers to the
DoF faces and levels objects in the .h file, so we thought that we
don't have to #include the respective header files where these classes
are declared. But we also have a serialization function that uses
them and if you call it, the compiler will complain about undeclared
classes being used.
doc/news/changes.h
include/deal.II/dofs/dof_faces.h
include/deal.II/dofs/dof_handler.h
include/deal.II/dofs/dof_levels.h
tests/bits/serialize_dof_handler.cc [new file with mode: 0644]
tests/bits/serialize_dof_handler.output [new file with mode: 0644]

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.