| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(LinearEuler2D), | intent(inout) | :: | this |
subroutine sourcemethod_LinearEuler2D(this)
implicit none
class(LinearEuler2D),intent(inout) :: this
if(.false.) this%nvar = this%nvar ! suppress unused-dummy-argument warning
endsubroutine sourcemethod_LinearEuler2D