Skip to content

Commit

Permalink
Fix data setup for LinOp
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Feb 15, 2024
1 parent 5e3272c commit 956dc9a
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 @@ -31,7 +31,7 @@ function multi_src_fg(model_full::AbstractModel, source::judiVector, dObs::judiV
end

# Extrapolate input data to computational grid
qIn = time_resample(make_input(source), source.geometry, dtComp)
qIn = time_resample(make_input(source), source.geometry, dtComp)r
dObserved = time_resample(make_input(dObs), dObs.geometry, dtComp)
qIn, dObserved = _maybe_pad_t0(qIn, source.geometry, dObserved, dObs.geometry)

Expand Down

0 comments on commit 956dc9a

Please sign in to comment.