reset the error print control flag.
xsetf sets the error print control flag to mflag:
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dvode_t), | intent(inout) | :: | me | |||
integer | :: | mflag |
subroutine xsetf(me,mflag) class(dvode_t),intent(inout) :: me integer :: mflag integer :: junk if ( mflag==0 .or. mflag==1 ) junk = me%ixsav(2,mflag,.true.) end subroutine xsetf