You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move use of option values after call to ROOT_APPLY_OPTIONS()
Option values *must not be used* before calling the function
ROOT_APPLY_OPTIONS(). This function is responsible for setting
all values using the defaults and what was passed on the command
line, so values before the call are not what the user asked for.
0 commit comments