Skip to content

Commit 8793d97

Browse files
committed
Fixed typos
1 parent 91dcc76 commit 8793d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Interface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct ReactiveInternalInterface{T,B,C,C2,N,Q<:AbstractReaction,X} <: AbstractRe
3131
parameterindexes::Array{Int64,1}
3232
domaininds::Array{Int64,1}
3333
p::Array{Float64,1}
34-
reversibililty::Array{Bool,1}
34+
reversibility::Array{Bool,1}
3535
forwardability::Array{Bool,1}
3636
end
3737
function ReactiveInternalInterface(domain1,domain2,reactions,A)
@@ -452,7 +452,7 @@ struct FragmentBasedReactiveFilmGrowthInterfaceConstantT{D1,D2,Q<:AbstractReacti
452452
parameterindexes::Array{Int64,1}
453453
domaininds::Array{Int64,1}
454454
p::Array{Float64,1}
455-
reversibililty::Array{Bool,1}
455+
reversibility::Array{Bool,1}
456456
forwardability::Array{Bool,1}
457457
Mws::Array{Float64,1}
458458
end

0 commit comments

Comments
 (0)