Skip to content

Commit

Permalink
drop plusgroup entry when dropping a fleet in leave-one-out from cont…
Browse files Browse the repository at this point in the history
…rol object
  • Loading branch information
nielshintzen committed Apr 12, 2024
1 parent f86114f commit cae8693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/FLSAM.control.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ setMethod("drop.from.control",signature(object="FLSAM.control"),
object@biomassTreat <- object@biomassTreat[-whichFleet]
object@likFlag <- object@likFlag[-whichFleet]
object@fracMixObs <- object@fracMixObs[-whichFleet]
object@plus.group <- object@plus.group[-whichFleet]
}
#Then drop the ages
if(!missing("ages")) {
Expand Down

0 comments on commit cae8693

Please sign in to comment.