Skip to content
  • Daniel David Brown's avatar
    A mix of changes that started whilst trying to fix issue #151, but then wanted... · d48aba1f
    Daniel David Brown authored
    A mix of changes that started whilst trying to fix issue #151, but then wanted to tidy various parts of the code up.
    
    - Removed connections_type for Connector constructor. No other code uses it and it means the general component constructor needs to have some knowledge of the type of connections that will exist before anything is constructed, which doesn't make sense.
    
    - Removing all the type checking/specific code for knm methods. These are just now in the KnmConnectorWorkspace class. We shouldn't need to hard code specfic components into the BaseSimulation logic.
    d48aba1f