| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Model), | intent(in) | :: | this |
subroutine PrintType_Model(this)
implicit none
class(Model),intent(in) :: this
print*,__FILE__//" : Model : No model type"
if(.false.) write(*,*) this%nvar ! suppress unused-dummy-argument warning
endsubroutine PrintType_Model