Skip to content

Commit

Permalink
Fix to merge of 'dailyNRCS_Maestas2016_ResilienceResistance'
Browse files Browse the repository at this point in the history
- bumped minor version number: added functionality


Former-commit-id: 9df98a891e8f78c23efe6f5bd2921c3c2b65fcf2 [formerly 7c00ab3795bb2f117c6b162c37222d8dfa0b31ab]
Former-commit-id: b28f6fb
  • Loading branch information
dschlaep committed Oct 4, 2016
1 parent da85e09 commit e44dee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rSWSF
Title: SOILWAT Simulation Framework
Version: 1.6.4
Date: 2016-09-30
Version: 1.7.0
Date: 2016-10-04
Authors@R: c(person("Daniel", "Schlaepfer", email = "daniel.schlaepfer@unibas.ch", role = c("aut", "cre")),
person("Caitlin", "Andrews", role = "ctb",
person("Ryan", "Murphy", role = "ctb")
Expand Down
2 changes: 1 addition & 1 deletion R/2_SWSF_p4of5_Code_v51.R
Original file line number Diff line number Diff line change
Expand Up @@ -4205,7 +4205,7 @@ do_OneSite <- function(i_sim, i_labels, i_SWRunInformation, i_sw_input_soillayer
rm(Table1)
}

nv_new <- nv + length(cats)
nv_new <- nv + length(RR)
resMeans[nv:(nv_new - 1)] <- RR
nv <- nv_new

Expand Down

0 comments on commit e44dee4

Please sign in to comment.