Skip to content

[facet][cm] add missing const specifier

Dennis Gläser requested to merge cleanup/facet-cm-missing-const into master

This function can be const, but it wasn't marked as such so far. We never noticed because we seem to always pass shared_ptr to non-const coupling managers to the subproblems.

Merge request reports