Skip to content

Commit

Permalink
add EVENT to the block check
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Sep 25, 2024
1 parent 0bc3af2 commit 9831bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Aaaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ block_list <- c("ENV", "PROB", "PARAM", "INIT",

block_list_single <- c("MAIN", "SET", "GLOBAL", "PREAMBLE", "PRED", "PKMODEL",
"ENV", "CMTN", "INCLUDE", "NAMESPACE", "BLOCK",
"TRANSIT", "YAML")
"TRANSIT", "YAML", "EVENT")

Reserved_cvar <- c("SOLVERTIME","table","ETA","EPS", "AMT", "CMT",
"ID", "TIME", "EVID","simeps", "self", "simeta",
Expand Down

0 comments on commit 9831bc6

Please sign in to comment.