Skip to content

Commit

Permalink
Correct ASPG_DDW
Browse files Browse the repository at this point in the history
  • Loading branch information
dorleta committed Jan 10, 2024
1 parent 7a4a5ed commit a1b1204
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OM_1a_Population_Growth_Functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ ASPG_Baranov <- function(biols, SRs, fleets, year, season, stknm, ...){
ASPG_DDW <- function(biols, SRs, fleets, year, season, stknm, biols.ctrl,...){

# update wt of stknm
ddw.model <- biols.ctrl[[stkm]][['DDW.model']]
ddw.model <- biols.ctrl[[stkm]][['growth.model']]
lfd <- biols.ctrl[[stkm]][['LFD']]
a <- biols.ctrl[[stkm]][['a.lw']]
lbins <- as.numeric(colNames(lfd))
Expand Down
Binary file modified src/FLBEIA.dll
Binary file not shown.
Binary file modified src/RcppExports.o
Binary file not shown.
Binary file modified src/fun_fill_flcatches.o
Binary file not shown.

0 comments on commit a1b1204

Please sign in to comment.