assignment_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of conservative_object.

private pure subroutine assignment_interface(lhs, rhs)

Arguments

Type IntentOptional AttributesName
class(conservative_object), intent(inout) :: lhs

Left hand side.

class(conservative_object), intent(in) :: rhs

Right hand side.

Description

Operator =.