Skip to content

Commit

Permalink
Missing ... in tsb
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Jan 6, 2025
1 parent ec1e3a2 commit d538e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: FLCore
Title: Core Package of FLR, Fisheries Modelling in R
Version: 2.6.20.9320
Version: 2.6.20.9321
Authors@R: c(
person("Iago", "Mosqueira", email = "iago.mosqueira@wur.nl",
role = "cre", comment=c(c(ORCID = "0000-0002-3252-0591"))),
Expand Down
2 changes: 1 addition & 1 deletion R/FLStock.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ biomass_end <- function(object, byage=TRUE, ...) {

# tsb
setMethod("tsb", signature(object="FLStock"),
function(object, time=m.spwn(object), byage=FALSE) {
function(object, time=m.spwn(object), byage=FALSE, ...) {

# PARSE extra arguments
args <- list(...)
Expand Down

0 comments on commit d538e02

Please sign in to comment.