calibMuso deepClean bug fix
This commit is contained in:
parent
a75f1e8d01
commit
a3999bf73c
@ -1,6 +1,6 @@
|
||||
Package: RBBGCMuso
|
||||
Title: An R package for BiomeBGC-MuSo ecosystem modelling
|
||||
Version: 0.4.0.0-1
|
||||
Version: 0.4.0.0-2
|
||||
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
|
||||
Description: What the package does (one paragraph).
|
||||
Depends: R (>= 2.10)
|
||||
|
||||
@ -262,7 +262,7 @@ calibMuso <- function(settings,parameters=NULL, timee="d", debugging=FALSE, logf
|
||||
|
||||
}}
|
||||
|
||||
cleanupMuso(location=outputLoc,deep = TRUE)
|
||||
cleanupMuso(location=outputLoc,deep = FALSE)
|
||||
if(errorsign==1){
|
||||
return("Modell Failure")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user