Changeset 3927 for trunk/MagicSoft/Mars/macros/rootlogon.C
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/rootlogon.C
r3758 r3927 85 85 cout << endl; 86 86 87 TString dir = gSystem->Getenv("MARSSYS"); 87 const Bool_t fileexist = !gSystem->AccessPathName("libmars.so", kFileExists); 88 89 TString dir = fileexist ? "" : gSystem->Getenv("MARSSYS"); 88 90 if (!dir.IsNull()) 89 91 {
Note:
See TracChangeset
for help on using the changeset viewer.