]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/MUON/AliHLTMUONChannelsBlockStruct.h
Getting rid of zero length arrays in the block structure declarations since this...
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 13:24:02 +0000 (13:24 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 13:24:02 +0000 (13:24 +0000)
commit23ad61612a258b394667008ada27594b6eff2f12
tree7e04226cb375dcdc7feab58e1f19b9df8f1692ac
parentc9d734d44852d9e35fa548f28591234494f9d1ff
Getting rid of zero length arrays in the block structure declarations since this causes problems with some compilers.
The solution of checking the __SUNPRO_CC macro and specifying a one element array also will not work on those platforms because it introduces runtime bugs.
This has all been fixed by not using arrays at all inside the structures.
22 files changed:
HLT/MUON/AliHLTMUONChannelsBlockStruct.cxx
HLT/MUON/AliHLTMUONChannelsBlockStruct.h
HLT/MUON/AliHLTMUONClustersBlockStruct.cxx
HLT/MUON/AliHLTMUONClustersBlockStruct.h
HLT/MUON/AliHLTMUONDataBlockReader.h
HLT/MUON/AliHLTMUONMansoCandidatesBlockStruct.cxx
HLT/MUON/AliHLTMUONMansoCandidatesBlockStruct.h
HLT/MUON/AliHLTMUONMansoTracksBlockStruct.cxx
HLT/MUON/AliHLTMUONMansoTracksBlockStruct.h
HLT/MUON/AliHLTMUONPairsDecisionBlockStruct.cxx
HLT/MUON/AliHLTMUONPairsDecisionBlockStruct.h
HLT/MUON/AliHLTMUONRecHitsBlockStruct.cxx
HLT/MUON/AliHLTMUONRecHitsBlockStruct.h
HLT/MUON/AliHLTMUONSinglesDecisionBlockStruct.cxx
HLT/MUON/AliHLTMUONSinglesDecisionBlockStruct.h
HLT/MUON/AliHLTMUONTrigRecsDebugBlockStruct.cxx
HLT/MUON/AliHLTMUONTrigRecsDebugBlockStruct.h
HLT/MUON/AliHLTMUONTriggerChannelsBlockStruct.cxx
HLT/MUON/AliHLTMUONTriggerChannelsBlockStruct.h
HLT/MUON/AliHLTMUONTriggerRecordsBlockStruct.cxx
HLT/MUON/AliHLTMUONTriggerRecordsBlockStruct.h
HLT/MUON/AliHLTMUONUtils.cxx