Skip to content

Commit 9be623d

Browse files
committed
Fix exports
1 parent f8260dc commit 9be623d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/AlgorithmsInterface.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ include("stopping_criterion.jl")
2020
export Algorithm, Problem, State
2121
export StoppingCriterion, StoppingCriterionState
2222
export StopAfter, StopAfterIteration, StopWhenAll, StopWhenAny
23-
export is_finished
24-
export initialize_state, initialize_state!, is_finished
25-
export get_iteration
23+
export is_finished, is_finished!
24+
export initialize_state, initialize_state!
2625
export step!, solve, solve!
2726

2827
end # module AlgorithmsInterface

0 commit comments

Comments
 (0)