This sets the iflag
variable in the class to 0
(which indicates that everything is OK). It can be used
after an error is encountered.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bspline_class), | intent(inout) | :: | me |
elemental subroutine clear_bspline_flag(me) implicit none class(bspline_class),intent(inout) :: me me%iflag = 0_ip end subroutine clear_bspline_flag