Skip to content
Snippets Groups Projects
Commit 1dbc5b87 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Fix typo

parent 6eee99e0
No related branches found
No related tags found
No related merge requests found
export AbstractProcess, PhycicalProcess, SimulatedProcess export AbstractProcess, PhysicalProcess, SimulatedProcess
export num_outputs, export num_outputs,
num_inputs, num_inputs,
outputrange, outputrange,
...@@ -10,7 +10,7 @@ export num_outputs, ...@@ -10,7 +10,7 @@ export num_outputs,
# Interface specification =================================================================== # Interface specification ===================================================================
abstract type AbstractProcess end abstract type AbstractProcess end
abstract type PhycicalProcess <: AbstractProcess end abstract type PhysicalProcess <: AbstractProcess end
abstract type SimulatedProcess <: AbstractProcess end abstract type SimulatedProcess <: AbstractProcess end
num_outputs(p::AbstractProcess) = error("Function not implemented for $(typeof(p))") num_outputs(p::AbstractProcess) = error("Function not implemented for $(typeof(p))")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment