fix runMuso
This commit is contained in:
parent
b0b74ea5d9
commit
82f4584030
@ -23,16 +23,6 @@
|
|||||||
#' keepEpc=FALSE, export=FALSE, silent=FALSE, aggressive=FALSE, leapYear=FALSE)
|
#' keepEpc=FALSE, export=FALSE, silent=FALSE, aggressive=FALSE, leapYear=FALSE)
|
||||||
#' @import utils
|
#' @import utils
|
||||||
#' @export
|
#' @export
|
||||||
runMuso <- function(settings=NULL, calibrationPar=NULL,
|
runMuso <- function(...){
|
||||||
parameters=NULL, outVars = NULL, timee="d",
|
calibMuso(...)
|
||||||
debugging=FALSE, logfilename=NULL,
|
|
||||||
keepEpc=FALSE, export=FALSE,
|
|
||||||
silent=FALSE, aggressive=FALSE,
|
|
||||||
leapYear=FALSE,keepBinary=FALSE,
|
|
||||||
binaryPlace="./", fileToChange="epc",
|
|
||||||
skipSpinup = TRUE, modifyOriginal =FALSE, prettyOut = FALSE){
|
|
||||||
calibMuso(settings, calibrationPar, parameters, outVars, timee,
|
|
||||||
debugging, logfilename, keepEpc, export, silent, aggressive,
|
|
||||||
leapYear,keepBinary, binaryPlace, fileToChange,
|
|
||||||
skipSpinup, modifyOriginal, prettyOut)
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user