missed quotes calibMuso bug fix

This commit is contained in:
hollorol 2018-03-14 12:36:54 +01:00
parent 7e7b542da7
commit 1dc6da7064

View File

@ -74,7 +74,7 @@ calibMuso <- function(settings,parameters=NULL, timee="d", debugging=FALSE, logf
switch(fileToChange, switch(fileToChange,
"epc"=(changemulline(filename=epc[2],calibrationPar,parameters)), "epc"=(changemulline(filename=epc[2],calibrationPar,parameters)),
"ini"=(changemulline(filename=iniInput[2],calibrationPar,parameters)), "ini"=(changemulline(filename=iniInput[2],calibrationPar,parameters)),
"both"=(stop(This option is not implemented yet, please choose epc or ini)) "both"=(stop("This option is not implemented yet, please choose epc or ini"))
) )
} }