Skip to content
  • Samuel Rowlinson's avatar
    Changing Connector.ABCD method to return copy by default for safety · 3cf38aa4
    Samuel Rowlinson authored
    Adds a `copy` flag to Connector.ABCD which is true by default. This prevents accidental
    modifying of the internal ABCD matrix / matrices of a component. Switching off this flag
    allows direct access to the underlying arrays - this is typically used internally for
    setting memory-views in the trace trees and connector workspaces.
    3cf38aa4