Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Dec 3, 2024
1 parent 74a8e6d commit c84368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gradients/objectives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function compute_well_qoi(model::MultiModel, state, forces, well::Symbol, target
return qoi
end

function compute_well_qoi(well_model, wstate, fstate, well::Symbol, pos, rhoS, control)
function compute_well_qoi(well_model, well_state, fstate, well::Symbol, pos, rhoS, control)
well_state = convert_to_immutable_storage(well_state)
q_t = fstate[:TotalSurfaceMassRate][pos]
target = control.target
Expand Down

0 comments on commit c84368f

Please sign in to comment.