[facet][cm] add missing const specifier
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.
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.