Open erik808 opened 5 years ago
Maybe this can be solved using a single specialization of synchronization()
and getBlock()
in every submodel and check the type of the input (value_type
). Proper refactoring should substitute the current specializations of synchronize()
.
We should try to get rid of circular dependencies between the submodels as we now have an abstract base class to refer to (Model.H).