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