Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Model), | intent(inout) | :: | this |
subroutine IncrementIOCounter(this)
implicit none
class(Model),intent(inout) :: this
! Increment the ioIterate
this%ioIterate = this%ioIterate+1
endsubroutine IncrementIOCounter