Skip to content
Snippets Groups Projects
Commit f3f7db1e authored by Jacob Wikmark's avatar Jacob Wikmark
Browse files

Define init function

parent 262fa824
Branches
No related tags found
No related merge requests found
...@@ -276,6 +276,6 @@ end ...@@ -276,6 +276,6 @@ end
measure(p::DoubleTankSimulator) = p.x + p.σ*p.scale*randn(2) measure(p::DoubleTankSimulator) = p.x + p.σ*p.scale*randn(2)
initialize(p::DoubleTankSimulator) = nothing LabProcesses.initialize(p::DoubleTankSimulator) = nothing
#finalize(p::DoubleTankSimulator) = nothing #finalize(p::DoubleTankSimulator) = nothing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment