From: hristov Date: Thu, 9 Jul 2009 13:57:58 +0000 (+0000) Subject: HLTsim version check now less restrictive, print warning instead of error and proceed. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b682a4ecf8d555d2a2c68f449157e928e172d8bf;p=u%2Fmrichter%2FAliRoot.git HLTsim version check now less restrictive, print warning instead of error and proceed. --- diff --git a/STEER/AliSimulation.cxx b/STEER/AliSimulation.cxx index 02f3bb9fef4..0181e1cd2e3 100644 --- a/STEER/AliSimulation.cxx +++ b/STEER/AliSimulation.cxx @@ -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