Skip to content

Commit

Permalink
removed a browser() line
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmus committed Nov 4, 2024
1 parent e6d9ed7 commit 25acf09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/subset.station.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ station.subset <- function(x,it=NULL,is=NULL,verbose=FALSE) {
if(length(sj)>0) selj <- is.element(seq(1,dim(x)[2]),sj)
##
is <- sell & selx & sely & selz & selc & seli & selm & selp & selF & selj
browser()
if (sum(is)==0) {warning('Returning empty station set'); return(NULL)}
##
## Need to make sure both it and is are same type: here integers for index rather than logical
Expand Down

0 comments on commit 25acf09

Please sign in to comment.