Skip to content

[bugfix] Fix Element typedef in CompositeBasisNode

Carsten Gräser requested to merge bugfix/node-element-typedef into master

Surprisingly no one discovered so far that the Element typedef pointed to the child node and not its element. This was not found by the concept check, since the concept only requires the typedef/method pair Element/element() only for LeafBasisNode.

Merge request reports