]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/include/randomgenerator.h
Updated STARLIGHT from r176 ro r188 (http://starlight.hepforge.org/svn/)
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / include / randomgenerator.h
index 7c06da4377a25406cbeb6c6d5c612ecc03469b6e..eb18f63131b59ca03742697bf43d38dce94fb266 100644 (file)
@@ -20,9 +20,9 @@
 ///////////////////////////////////////////////////////////////////////////
 //
 // File and Version Information:
-// $Rev:: 156                         $: revision of last commit
-// $Author:: odjuvsla                 $: author of last commit
-// $Date:: 2013-10-06 16:17:52 +0200 #$: date of last commit
+// $Rev:: 177                         $: revision of last commit
+// $Author:: jnystrand                $: author of last commit
+// $Date:: 2014-09-11 20:56:53 +0200 #$: date of last commit
 //
 // Description:
 //
@@ -34,7 +34,7 @@
 #ifndef RANDOMGENERATOR_H
 #define RANDOMGENERATOR_H
 #include "singleton.h"
-#include "slmutex.h"
+//#include "slmutex.h"
 
 
 class randomGenerator
@@ -48,7 +48,7 @@ class randomGenerator
        unsigned int _Mt[624];
        int _count624;
        
-       MutexPosix _mutex;
+       //      MutexPosix _mutex;
        
        randomGenerator(){}
        randomGenerator(const randomGenerator &);