Skip to content

Commit 4d29c60

Browse files
committed
[REVERT] Switch ROOT7 memory mode to on for hackathon.
1 parent c29877b commit 4d29c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/base/src/TROOT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ namespace Internal {
473473
/// A default can be set in .rootrc using "Root.ROOT7Mode: 1"
474474
static bool &ROOT7Mode()
475475
{
476-
static bool root7Mode = false;
476+
static bool root7Mode = true;
477477
static bool readEnvironment = false;
478478
if (gEnv && !readEnvironment) {
479479
readEnvironment = true;

0 commit comments

Comments
 (0)