Skip to content

Bugfix/followup remove nodeindexset

Carsten Gräser requested to merge bugfix/followup-remove-nodeindexset into master

Fix CompositePreBasis::makeIndexSet and deprecation warnings.

The issue in CompositePreBasis::makeIndexSet was not found by the tests, because DefaultLocalView automatically selects the new interface if available. To check this, I run the tests after temporarily disabling the new interface in DefaultLocalView.

Merge request reports