addModel Module Subroutine

pure module subroutine addModel(this, newModel)

Add a Model to this modeller

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(inout) :: this
class(Model), intent(inout), allocatable :: newModel