]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HERWIG/herwig6_address.c
coverity fix
[u/mrichter/AliRoot.git] / HERWIG / herwig6_address.c
index d8a2c6f6a4ac947a59aa31db89f8174b4a5c2ebd..702932cf36dd989800e6a8e55df972ac7e705951 100644 (file)
@@ -3,8 +3,10 @@
 #  define herwig6_addressi herwig6_addressi_
 #  define herwig6_addressd herwig6_addressd_
 #  define herwig6_addressl herwig6_addressl_
+#  define herwig6_addressdc herwig6_addressdc_
 #  define type_of_call
 
+struct dbcomplex {double r, i;};
 
 char* type_of_call herwig6_addressc(char *arg)
 {
@@ -27,3 +29,8 @@ int* type_of_call herwig6_addressl(int *arg)
 {
   return arg;
 }
+
+struct dbcomplex* type_of_call herwig6_addressdc(struct dbcomplex *arg)
+{
+  return arg;
+}