]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adopted MyLibs
authorpluettig <pluettig@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Apr 2012 11:22:46 +0000 (11:22 +0000)
committerpluettig <pluettig@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Apr 2012 11:22:46 +0000 (11:22 +0000)
PWGLF/SPECTRA/ChargedHadrons/dNdPt/macros/LoadMyLibs.C

index e6e20afec709a55c38c5ae397004d66c695f789d..11c4e85be32d1a6ce3125c90a5685213e465cab0 100644 (file)
@@ -37,7 +37,7 @@ void LoadMyLibs() {
 }
 
 Int_t CheckLoadLibrary(const char* library) {
-  // checks if a library is already loaded, if not loads the library
+  // checks if a library is already loaded, if not library is loaded
   if (strlen(gSystem->GetLibraries(Form("%s.so", library), "", kFALSE)) > 0)
     return 1;
   return gSystem->Load(library);