Skip to content

Commit

Permalink
Require Rsoilwat v1.1.2 (which fixed some bug as issue #17)
Browse files Browse the repository at this point in the history
Former-commit-id: 9aef32bcf2a13cd627d00fdae5d73f271799b9cb [formerly 9ca37a7a91bacd708d4466aaddf759c1dbe7fa84]
Former-commit-id: 506204c
  • Loading branch information
dschlaep committed Sep 28, 2016
1 parent b980d70 commit 2d23c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2_SWSF_p1of5_Settings_v51.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ debug.warn.level <- sum(c(print.debug, interactive()))
debug.dump.objects <- interactive()

#------Mode of framework
minVersionRsoilwat <- "1.1.0"
minVersionRsoilwat <- "1.1.2"
minVersion_dbWeather <- "3.1.0"
num_cores <- 2
parallel_backend <- "snow" #"snow" or "multicore" or "mpi"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: An R wrapper for simulation experiments with SOILWAT
Depends:
R (>= 3.3.0)
Imports:
Rsoilwat31 (>= 1.1.0),
Rsoilwat31 (>= 1.1.2),
RSQLite (>= 1.0.0),
DBI (>= 0.4.1),
circular (>= 0.4.7),
Expand Down

0 comments on commit 2d23c4b

Please sign in to comment.