Skip to content

Commit

Permalink
added exports for ports and output_ports
Browse files Browse the repository at this point in the history
  • Loading branch information
quffaro authored and jpfairbanks committed Oct 3, 2024
1 parent f7a72aa commit 2a3d0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/dwd_dynam.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import ..UWDDynam: AbstractInterface, nstates, eval_dynamics, euler_approx, traj


export AbstractMachine, ContinuousMachine, DiscreteMachine, DelayMachine,
InstantaneousContinuousMachine, InstantaneousDiscreteMachine, InstantaneousDelayMachine,
nstates, ninputs, noutputs, eval_dynamics, readout, euler_approx,
dependency_pairs
InstantaneousContinuousMachine, InstantaneousDiscreteMachine, InstantaneousDelayMachine, nstates, ninputs, noutputs, eval_dynamics, readout, euler_approx,
dependency_pairs, output_ports

using Base.Iterators
import Base: show, eltype, zero
Expand Down
3 changes: 1 addition & 2 deletions src/uwd_dynam.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module UWDDynam
using Catlab


using Catlab.WiringDiagrams.UndirectedWiringDiagrams: AbstractUWD
import Catlab.WiringDiagrams: oapply, ports

export AbstractResourceSharer, ContinuousResourceSharer, DelayResourceSharer, DiscreteResourceSharer,
euler_approx, nstates, nports, portmap, portfunction, trajectory,
euler_approx, nstates, nports, ports, portmap, portfunction, trajectory,
eval_dynamics, eval_dynamics!, exposed_states, fills, induced_states

using Base.Iterators
Expand Down

0 comments on commit 2a3d0da

Please sign in to comment.