-
Micael Oliveira authored
Change the supported_interactions and supported_interactions_as_partner lists to allocatable arrays of integers. This simplifies the code in a couple of places and, more importantly, forces developers to explicitly allocate these arrays. If they don't, the code will stop with an error, thus making sure developers won't forget to list the supported interactions when implementing new systems/interactions_partners.
Micael Oliveira authoredChange the supported_interactions and supported_interactions_as_partner lists to allocatable arrays of integers. This simplifies the code in a couple of places and, more importantly, forces developers to explicitly allocate these arrays. If they don't, the code will stop with an error, thus making sure developers won't forget to list the supported interactions when implementing new systems/interactions_partners.
Loading