]> https://gitweb.dealii.org/ - dealii.git/commit
Add a declared but not implemented function. 1068/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 2015 16:20:54 +0000 (11:20 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 2015 16:24:05 +0000 (11:24 -0500)
commit28d8f3cb4107242efe489212776a290a3b0a4341
tree1ab0f1f883adaad48ac72c92f28690de5cf9d878
parentf23ea1a8df3316a2227c248057c7de4eca40d597
Add a declared but not implemented function.

This addresses a linker error recently posted to the mailing list. The issue
is that we have iterators that represent faces of cells and a specialization
for the faces of 1d cells, i.e., vertices. These class specializations have
most of the regular accessor members declared, but here is one that was
declared without being defined.

This patch adds a definition of the function. The issue is relatively
uncritical since the so-defined function does not actually have to do
anything other than return an invalid object (vertices have no children).
doc/news/changes.h
include/deal.II/dofs/dof_accessor.h
include/deal.II/dofs/dof_accessor.templates.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.