Skip to content

Commit

Permalink
removed a browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmseddy committed Oct 11, 2018
1 parent 5e3243f commit e3f8e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Boreal_LBMRDataPrep.R
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ Save <- function(sim) {
if (!suppliedElsewhere(sim$rstStudyRegion)) {
needRstSR <- TRUE
} else {
browser()
if (!identical(extent(sim$rstStudyRegion), extent(sim$biomassMap))) {
if (!identical(extent(sim$rstStudyRegion), extent(sim$biomassMap))) {
needRstSR <- TRUE
} else {
needRstSR <- FALSE
Expand Down

0 comments on commit e3f8e3c

Please sign in to comment.