field_t Interface

public interface field_t

Module Procedures

public function field_init(ngrid, next, id) result(f)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
type(field_t), intent(in), pointer :: next
integer, intent(in) :: id

Return Value type(field_t)