many changing, restructuring the code

This commit is contained in:
hollorol
2018-05-15 21:17:19 +02:00
parent af16508b9e
commit 61124636b7
3 changed files with 93 additions and 67 deletions
+12
View File
@@ -284,3 +284,15 @@ getyearlyout<-function(settings){
close(d)
return(yearoutput)
}
##Sometimes a bug occure due to logfiles and controlfiles in the input loc directory
##alma
## if(silent!=TRUE){
## if(length(grep("(dayout$)|(log$)",list.files(inputLoc)))>0){
## warning("there is a log or dayout file nearby the ini files, that may cause problemes. \n \n If you want to avoid that possible problemes, please copy the log or dayout files into a save place, and after do a cleanupMuso(), or delete these manually, or run the rungetMuso(), with the agressive=TRUE parameter \n \n")
## }
## }