diff VMS.h @ 143:73ceeac12a79

Enable histogramm free again, was allocated with VMS__malloc and free'd with systems free
author Merten Sach <msach@mailbox.tu-berlin.de>
date Wed, 21 Sep 2011 16:29:53 +0200
parents 97e26095c01f
children ac41df8d08e9
line diff
     1.1 --- a/VMS.h	Mon Jul 11 18:09:43 2011 +0200
     1.2 +++ b/VMS.h	Wed Sep 21 16:29:53 2011 +0200
     1.3 @@ -411,11 +411,11 @@
     1.4  #ifdef VPTHREAD
     1.5  
     1.6  //VPThread
     1.7 -#define createHistIdx      1
     1.8 -#define mutexLockHistIdx   2
     1.9 -#define mutexUnlockHistIdx 3
    1.10 -#define condWaitHistIdx    4
    1.11 -#define condSignalHistIdx  5
    1.12 +#define createHistIdx      0
    1.13 +#define mutexLockHistIdx   1
    1.14 +#define mutexUnlockHistIdx 2
    1.15 +#define condWaitHistIdx    3
    1.16 +#define condSignalHistIdx  4
    1.17  
    1.18  #define MakeTheMeasHists() \
    1.19     _VMSMasterEnv->measHistsInfo = \