addModel Interface

interface
private subroutine addModel(this, modellerObj)

Arguments

Type IntentOptional Attributes Name
class(ModelBuilder), intent(inout) :: this
class(Modeller), intent(inout) :: modellerObj

Modeller object that will house the constructed Model after it is built by the builder

Description

Abstract routine for adding Models to a Modeller object after building them