copyDerivation Interface

interface
private pure module subroutine copyDerivation(this, name, deriv)

Arguments

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

Description

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