Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrolph committed Jul 8, 2024
1 parent e11799b commit 25d5d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sim_effort.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sim_effort <- function(simulation_object, fun, sf=NULL, ...) {

#loop through each target
targets_sf <- list()
for (target in names(sim_obj@state_target_suitability)){
for (target in names(simulation_object@state_target_suitability)){
target_sf <- effort_sf
target_sf$target <- target

Expand Down

0 comments on commit 25d5d0f

Please sign in to comment.