Skip to content

Commit

Permalink
Remove comment from run_om()
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrandin committed Nov 19, 2020
1 parent 778e933 commit c4af6d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/run_om.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ run_om <- function(om = NULL,
om <- init_agebased_model(om)

run_year_loop_om(om, yrs = yrs, ...)

# Catch.age[,idx] <- (Fyrs/(Fyrs+m_yrs))*(1-exp(-(Fyrs+m_yrs)))*rowSums(N.save.age[,idx,,1])*wage$catch # Calculate the catch in kg
}

0 comments on commit c4af6d0

Please sign in to comment.