Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Nov 8, 2024
1 parent 91dcc76 commit 8793d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct ReactiveInternalInterface{T,B,C,C2,N,Q<:AbstractReaction,X} <: AbstractRe
parameterindexes::Array{Int64,1}
domaininds::Array{Int64,1}
p::Array{Float64,1}
reversibililty::Array{Bool,1}
reversibility::Array{Bool,1}
forwardability::Array{Bool,1}
end
function ReactiveInternalInterface(domain1,domain2,reactions,A)
Expand Down Expand Up @@ -452,7 +452,7 @@ struct FragmentBasedReactiveFilmGrowthInterfaceConstantT{D1,D2,Q<:AbstractReacti
parameterindexes::Array{Int64,1}
domaininds::Array{Int64,1}
p::Array{Float64,1}
reversibililty::Array{Bool,1}
reversibility::Array{Bool,1}
forwardability::Array{Bool,1}
Mws::Array{Float64,1}
end
Expand Down

0 comments on commit 8793d97

Please sign in to comment.