]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Mismatch between the type of parameters defined in the common blocks and in the...
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Apr 2013 08:17:32 +0000 (08:17 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Apr 2013 08:17:32 +0000 (08:17 +0000)
Panos Christakoglou

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);