Include tria_accessor.h at the end of tria.h, so that it is possible
for an end user to use the iterators of Triangulation<dim> directly
without the need to include tria_accessor.h separately.
(Otherwise the iterators are an 'opaque' or 'incomplete' type.)
git-svn-id: https://svn.dealii.org/trunk@25531
0785d39b-7218-0410-832d-
ea1e28bc413d
DEAL_II_NAMESPACE_CLOSE
+// Include tria_accessor.h here, so that it is possible for an end user to
+// use the iterators of Triangulation<dim> directly without the need to
+// include tria_accessor.h separately. (Otherwise the iterators are an
+// 'opaque' or 'incomplete' type.)
+#include <deal.II/grid/tria_accessor.h>
+
#endif
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