| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Model), | intent(inout) | :: | this | |||
| integer(kind=HID_T), | intent(in) | :: | fileid |
subroutine AdditionalOutput_Model(this,fileid)
implicit none
class(Model),intent(inout) :: this
integer(HID_T),intent(in) :: fileid
if(.false.) this%nvar = int(fileid) ! Default implementation; suppress unused-dummy-argument warning
endsubroutine AdditionalOutput_Model