Skip to content

Commit b467400

Browse files
committed
Add missing supertype
1 parent 2b776d0 commit b467400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stopping_criterion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ storing the iteration number when it (last) indicated to stop).
433433
* `0` means already at the start it indicated to stop
434434
* any negative number means that it did not yet indicate to stop.
435435
"""
436-
mutable struct DefaultStoppingCriterionState
436+
mutable struct DefaultStoppingCriterionState <: StoppingCriterionState
437437
at_iteration::Int
438438
DefaultStoppingCriterionState() = new(-1)
439439
end

0 commit comments

Comments
 (0)