calibMuso deepClean bug fix

This commit is contained in:
hollorol 2018-03-21 06:17:02 +01:00
parent a75f1e8d01
commit a3999bf73c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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")
}