]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HLTsim version check now less restrictive, print warning instead of error and proceed.
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Jul 2009 13:57:58 +0000 (13:57 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 9 Jul 2009 13:57:58 +0000 (13:57 +0000)
STEER/AliSimulation.cxx

index 02f3bb9fef47acf6a4efc6810b370dd5688b3985..0181e1cd2e3f23091f1bae66d9bf8f35dd0a81e2 100644 (file)
@@ -1959,8 +1959,7 @@ Bool_t AliSimulation::CreateHLT()
     return kFALSE;
   }
   if (fctVersion()!= ALIHLTSIMULATION_LIBRARY_VERSION) {
-    AliError(Form("%s version does not match: compiled for version %d, loaded %d", ALIHLTSIMULATION_LIBRARY, ALIHLTSIMULATION_LIBRARY_VERSION, fctVersion()));
-    return kFALSE;
+    AliWarning(Form("%s version does not match: compiled for version %d, loaded %d", ALIHLTSIMULATION_LIBRARY, ALIHLTSIMULATION_LIBRARY_VERSION, fctVersion()));
   }
 
   // print compile info