]> https://gitweb.dealii.org/ - dealii.git/commit
Add headers for values returned by methods.
authorDavid Wells <wellsd2@rpi.edu>
Sun, 6 Mar 2016 04:41:30 +0000 (23:41 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Fri, 11 Mar 2016 03:05:22 +0000 (22:05 -0500)
commitd34f4fc1169e85f1980a0786d791544008681ad0
treecfeb21672c3dc90ff46c9a14af30c3d9aae2a131
parent718ee671819a6e245314888b875d513ff235fbde
Add headers for values returned by methods.

Currently, one could include this header and then write something like

dof_handler.begin_active()->set_active_fe_index(1)

and this will fail to compile with obscure template errors because the
DoFCellAccessor (the value returned by '->') is only forward declared
without this extra header.
include/deal.II/dofs/dof_handler.h
include/deal.II/hp/dof_handler.h

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.