Skip to content

Fix #317 (segfault when accessing S matrix property of SR)

Vicentini Filippo requested to merge github/fork/femtobit/fix-SR into v2.1

Created by: femtobit

This PR changes SR::LastSMatrix to return a reference to optional. This seems to work with pybind and fixes #317 (closed).

Merge request reports