-
- Downloads
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.
Please register or sign in to comment