Commit b9ddea7c authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

fix: correct the default values of the 'except' argument of the...

fix: correct the default values of the 'except' argument of the 'SeriesAggreg.OutputsModel' function
Refs 137, !58, ede467bb
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,6 +2,6 @@ SeriesAggreg.OutputsModel <- function(x, Format, ...) { ...@@ -2,6 +2,6 @@ SeriesAggreg.OutputsModel <- function(x, Format, ...) {
SeriesAggreg.list(x, SeriesAggreg.list(x,
Format, Format,
ConvertFun = NA, ConvertFun = NA,
except = c("WarmUpQsim", "StateEnd", "Param"), except = c("RunOptions", "StateEnd"),
...) ...)
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment