]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliL3Models.h
Introduction of a fast version of the AliITSVertexerZ for HLT
[u/mrichter/AliRoot.git] / HLT / comp / AliL3Models.h
index db307462615a09db9582c58eae3e639b506b7f30..cf1d0d140a07161b55838e1d5481439513853786 100644 (file)
@@ -34,7 +34,11 @@ typedef struct AliL3RemainingCluster AliL3RemainingCluster;
 struct AliL3RemainingRow {
   Byte_t fPadRow;       //1 byte
   UShort_t fNClusters;  //2 bytes
+#if defined(__HP_aCC) || defined(__DECCXX) || defined(__SUNPRO_CC)
+  AliL3RemainingCluster fClusters[1];
+#else
   AliL3RemainingCluster fClusters[0];
+#endif
 };
 typedef struct AliL3RemainingRow AliL3RemainingRow;