]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TAmpt/Acommon.h
Mismatch between the type of parameters defined in the common blocks and in the...
[u/mrichter/AliRoot.git] / TAmpt / Acommon.h
index 1b99ab3931588d8c8ede77a33a60ce2669e1383a..f2d7c87934a9af4fe4266a7878945fca6e70dcd0 100644 (file)
@@ -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);