Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CONF_PAR), | intent(in) | :: | this |
FUNCTION print_source(this)
CLASS(CONF_PAR), INTENT(IN) :: this
CHARACTER(len=3) :: print_source
print_source = "("//this%source//")"
END FUNCTION print_source