diff options
Diffstat (limited to '.rootlogon.C')
-rw-r--r-- | .rootlogon.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rootlogon.C b/.rootlogon.C index f1b4cf6..17915c5 100644 --- a/.rootlogon.C +++ b/.rootlogon.C @@ -1,3 +1,3 @@ { - gROOT->ProcessLine(".L io/root.C+g"); + gROOT->ProcessLine(".L fileio/root.C+g"); } |