Skip to content

Commit d25a0e9

Browse files
committed
generalize the Reactor object to able to take tuples of Domains
1 parent 2fa2142 commit d25a0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Reactor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Sundials
55
abstract type AbstractReactor end
66
export AbstractReactor
77

8-
struct Reactor{D<:AbstractDomain,Q} <: AbstractReactor
8+
struct Reactor{D,Q} <: AbstractReactor
99
domain::D
1010
ode::ODEProblem
1111
recommendedsolver::Q

0 commit comments

Comments
 (0)