GetPrefix
Get the prefix.
@GetMethodsinfo
This method must be implemented by the subclass of AbstractBC_
.
Interface
INTERFACE
MODULE FUNCTION bc_GetPrefix(obj) RESULT(ans)
CLASS(AbstractBC_), INTENT(IN) :: obj
CHARACTER(:), ALLOCATABLE :: ans
END FUNCTION bc_GetPrefix
END INTERFACE