Skip to content

Commit

Permalink
Merge pull request #226 from slimgroup/type-fix
Browse files Browse the repository at this point in the history
Fix #224
  • Loading branch information
mloubout authored Jan 31, 2024
2 parents 1412cf7 + 08244cf commit 064de50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TimeModeling/Modeling/misfit_fg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ end

# Type of accepted input
Dtypes = Union{<:judiVector, NTuple{N, <:judiVector} where N, Vector{<:judiVector}}
MTypes = Union{<:AbstractModel, NTuple{N, Model} where N, Vector{<:AbstractModel}}
MTypes = Union{<:AbstractModel, NTuple{N, <:AbstractModel} where N, Vector{<:AbstractModel}}
dmTypes = Union{dmType, NTuple{N, dmType} where N, Vector{dmType}}


Expand Down

0 comments on commit 064de50

Please sign in to comment.