]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TAmpt/Acommon.h
Fix (AndreaR)
[u/mrichter/AliRoot.git] / TAmpt / Acommon.h
index a62ef412793539419ec2bbe0091a73473fc94beb..f2d7c87934a9af4fe4266a7878945fca6e70dcd0 100644 (file)
@@ -7,7 +7,7 @@
 //*KEND.
 #endif
 
-#define _MAXNPARTICLE_ 200001
+#define _MAXNPARTICLE_ 150001
 
 extern "C" {
 
@@ -126,11 +126,11 @@ typedef struct {
 COMMON_BLOCK_DEF(AnimCommon,ANIM);
 
 typedef struct {
-  Float_t xmp; 
-  Float_t xmu; 
-  Float_t alpha;
-  Float_t rscut2;
-  Float_t cutof2;
+  Double_t xmp; 
+  Double_t xmu; 
+  Double_t alpha;
+  Double_t rscut2;
+  Double_t cutof2;
 } Para2Common;
 #define PARA2 COMMON_BLOCK(PARA2,para2)
 COMMON_BLOCK_DEF(Para2Common,PARA2);
@@ -170,7 +170,7 @@ typedef struct {
 #define POPCORN COMMON_BLOCK(POPCORN,popcorn)
 COMMON_BLOCK_DEF(PopcornCommon,POPCORN);
 
-#undef _MAXNPARTICLE_ 
+  //#undef _MAXNPARTICLE_ 
 
 } /*extern*/
 #endif