copyDerivation Module Subroutine

pure module subroutine copyDerivation(this, name, deriv)

Copy derivation with given name into passed deriv object, overwriting any existing derivation

Arguments

Type IntentOptional Attributes Name
class(Textbook), intent(in) :: this
character(len=*), intent(in) :: name
class(Derivation), intent(inout), allocatable :: deriv