Changeset 19206 for trunk/Mars/macros
- Timestamp:
- 09/03/18 15:27:10 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/macros/rootlogon.C
r17770 r19206 62 62 cout << "Unloading 'libmars.so'... " << flush; 63 63 if (gSystem->Unload("libmars.so")) 64 cout << "error ." << endl;64 cout << "error!" << endl; 65 65 else 66 66 cout << "done." << endl << endl; … … 79 79 if (gSystem->Load(dir+"libmars.so")!=0) 80 80 { 81 cout << "\033[3 3m\033[1m" << "error." << endl;81 cout << "\033[31m\033[1m" << "error!" << endl; 82 82 cout << "\033[0m" << endl; 83 83 return false; … … 137 137 138 138 gInterpreter->AddIncludePath(dir+"macros"); 139 gInterpreter->AddIncludePath(dir+"include"); 139 140 gInterpreter->AddIncludePath(dir+"manalysis"); 140 141 gInterpreter->AddIncludePath(dir+"mastro");
Note:
See TracChangeset
for help on using the changeset viewer.