Update
This subroutine update the state of the kernel.
INTERFACE
MODULE SUBROUTINE Update(obj, reset)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
LOGICAL(LGT), INTENT(IN) :: reset
END SUBROUTINE Update
END INTERFACE
This subroutine update the state of the kernel.
INTERFACE
MODULE SUBROUTINE Update(obj, reset)
CLASS(AbstractKernel_), INTENT(INOUT) :: obj
LOGICAL(LGT), INTENT(IN) :: reset
END SUBROUTINE Update
END INTERFACE