removed argument from stop function
This commit is contained in:
parent
06db6ed314
commit
df22bc5c8f
@ -18,7 +18,7 @@ struct StopException <: Exception
|
||||
x::Symbol
|
||||
end
|
||||
|
||||
function stop(x)
|
||||
function stop()
|
||||
throw(StopException())
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user